feat: add axum demo
This commit is contained in:
10
__network/axum-demo/Cargo.toml
Normal file
10
__network/axum-demo/Cargo.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
[package]
|
||||
name = "axum-demo"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
axum = "0.8.1"
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
tokio = { version = "1.44.1", features = ["macros", "rt-multi-thread"] }
|
||||
tracing-subscriber = "0.3.19"
|
||||
Reference in New Issue
Block a user