feat add axum

This commit is contained in:
tqcq
2025-07-14 10:44:47 +08:00
parent 3215f7b0a9
commit eef7df3279
3 changed files with 737 additions and 0 deletions

View File

@@ -4,3 +4,5 @@ version = "0.1.0"
edition = "2024"
[dependencies]
axum = "0.8.4"
tracing-subscriber = "0.3.19"

View File

@@ -1,3 +1,4 @@
fn main() {
tracing_subscriber::fmt::init();
println!("Hello, world!");
}