feat: add axum demo

This commit is contained in:
2025-03-16 22:10:36 +08:00
parent 48ad5122f2
commit ada9691adc
4 changed files with 779 additions and 1 deletions

View 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"