char.lt-old/Cargo.toml

14 lines
331 B
TOML
Raw Normal View History

2022-01-14 07:02:31 +00:00
[package]
name = "char_lt"
version = "0.1.0"
edition = "2021"
[dependencies]
2022-07-26 03:59:58 +00:00
dotenv = "0.15.0"
2023-07-02 16:05:02 +00:00
rand = "0.8.5"
serde = { version = "1.0.164", features = ["derive"] }
serde_json = "1.0.99"
sqlx = { version = "0.6.3", features = ["sqlite", "runtime-tokio-rustls"] }
tokio = { version = "1.29.1", features = ["full"] }
warp = "0.3.5"