http_framework_rust/Cargo.toml

10 lines
196 B
TOML

[package]
name = "http_framework_rust"
version = "0.1.0"
edition = "2021"
[dependencies]
axum = "0.7.5"
serde = "1.0.204"
tokio = { version = "1.38.0", features = ["macros", "rt-multi-thread"] }