ddstats/Cargo.toml

12 lines
328 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]
rocket = { version = "0.5.0-rc.2", features = ["json"] }
mysql = "22.2.0"
mysql_common = { version = "0.28.2", features = ["chrono"] }
dotenv = "0.15.0"