char.lt-old/Cargo.toml

13 lines
321 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"
2022-01-14 07:02:31 +00:00
serde = { version = "1.0.133", features = ["derive"] }
2022-07-26 03:59:58 +00:00
serde_json = "1.0.82"
2022-01-14 07:02:31 +00:00
sqlx = { version = "0.5.10", features = ["sqlite", "runtime-tokio-native-tls"] }
tokio = { version = "1.15.0", features = ["full"] }
warp = "0.3.2"