ddstats/Cargo.toml

15 lines
455 B
TOML
Raw Permalink Normal View History

2022-11-05 19:06:01 +01:00
[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]
2023-04-13 17:38:47 +02:00
chrono = { version = "0.4.24", features = ["serde"] }
2023-04-13 21:23:24 +02:00
dotenvy = "0.15.7"
2022-11-06 01:11:43 +01:00
rocket = { version = "0.5.0-rc.2", features = ["json"] }
2023-04-13 21:23:24 +02:00
serde = "1.0.154"
2023-04-13 22:48:04 +02:00
sqlx = { version = "0.6", features = [ "runtime-tokio-rustls", "postgres", "chrono", "uuid" ] }
tokio-test = "0.4.2"
uuid = "1.3.1"