willdaten/dataworker/Cargo.toml
2025-01-22 04:50:38 +01:00

17 lines
471 B
TOML

[package]
name = "dataworker"
version = "0.1.0"
edition = "2021"
[dependencies]
chrono = "0.4.39"
diesel = { version = "2.2.6", features = ["64-column-tables", "chrono", "postgres", "postgres_backend"] }
dotenvy = "0.15.7"
hex = "0.4.3"
maud = "0.26.0"
reqwest = { version = "0.12.12", features = ["json"] }
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.135"
sha2 = "0.10.8"
tokio = { version = "1.43.0", features = ["full"] }
uuid = "1.12.0"