cch23-8bit/Cargo.toml

14 lines
326 B
TOML
Raw Normal View History

2023-12-01 12:59:39 +00:00
[package]
name = "cch23-8bit"
version = "0.1.0"
edition = "2021"
[dependencies]
2023-12-01 15:44:01 +00:00
axum = "0.7.1"
2023-12-04 17:12:08 +00:00
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
2023-12-01 15:44:01 +00:00
shuttle-axum = { version = "0.34.1", default-features = false, features = ["axum-0-7"] }
shuttle-runtime = "0.34.1"
tokio = "1.34.0"
2023-12-01 12:59:39 +00:00
tracing = "0.1.40"