8c8bf41504d642c5b46262b0a2e.../Cargo.toml
2025-03-12 18:04:08 +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"] }