[package] name = "axum_tool" version = "0.0.1" edition = "2021" license = "MIT" description = "axum tool" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] axum = { version = "0.6.18" } serde = { version = "1.0.163", features = ["derive"] }