ddstats/Cargo.toml

12 lines
328 B
TOML
Raw 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]
2022-11-06 01:11:43 +01:00
rocket = { version = "0.5.0-rc.2", features = ["json"] }
mysql = "22.2.0"
2022-11-06 12:14:04 +01:00
mysql_common = { version = "0.28.2", features = ["chrono"] }
2022-11-06 01:11:43 +01:00
dotenv = "0.15.0"