a3c7d6c198f6443cbfcfe3715c7.../Cargo.toml
2025-03-12 17:41:03 +00:00

10 lines
209 B
TOML

[package]
edition = "2024"
name = "web"
version = "0.1.0"
[dependencies]
axum = "0.8"
serde_json = "1.0.138"
tokio = { version = "1.43.0", features = ["macros", "rt-multi-thread"] }