Explicit default dependency definition

This commit is contained in:
Rob Wagner 2023-07-22 18:50:17 -04:00
parent b07401cdff
commit 9855774883
No known key found for this signature in database
GPG key ID: 53CCB4497B15CF61

View file

@ -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 }