mirror of
https://github.com/supleed2/cch23-8bit.git
synced 2024-11-12 20:35:48 +00:00
14 lines
326 B
TOML
14 lines
326 B
TOML
[package]
|
|
name = "cch23-8bit"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
axum = "0.7.1"
|
|
serde = { version = "1.0.193", features = ["derive"] }
|
|
serde_json = "1.0.108"
|
|
shuttle-axum = { version = "0.34.1", default-features = false, features = ["axum-0-7"] }
|
|
shuttle-runtime = "0.34.1"
|
|
tokio = "1.34.0"
|
|
tracing = "0.1.40"
|