diff --git a/Cargo.toml b/Cargo.toml index c078883..3e5825d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,4 +12,4 @@ edition = "2021" publish = false [dependencies] -axum = { git = "https://github.com/tokio-rs/axum", branch = "main" } +axum = { git = "https://github.com/tokio-rs/axum", branch = "main", default-features = false }