ddstats/Cargo.toml

15 lines
455 B
TOML

[package]
name = "ddstats"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
chrono = { version = "0.4.24", features = ["serde"] }
dotenvy = "0.15.7"
rocket = { version = "0.5.0-rc.2", features = ["json"] }
serde = "1.0.154"
sqlx = { version = "0.6", features = [ "runtime-tokio-rustls", "postgres", "chrono", "uuid" ] }
tokio-test = "0.4.2"
uuid = "1.3.1"