29ba8b6f903a4afc8d8b97ba2f9.../Cargo.toml
2025-06-02 16:07:28 +00:00

9 lines
152 B
TOML

[package]
name = "web"
version = "0.1.0"
edition = "2021"
[dependencies]
axum = "0.7.7"
tokio = { version = "1.40.0", features = ["rt-multi-thread"] }