diff options
-rw-r--r-- | indieauth/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indieauth/Cargo.toml b/indieauth/Cargo.toml index 2c30aed..72b420a 100644 --- a/indieauth/Cargo.toml +++ b/indieauth/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [features] default = [] -axum = ["axum-core", "serde_json", "http"] +axum = ["dep:axum-core", "dep:serde_json", "dep:http"] [dev-dependencies] serde_json = "^1.0.64" # A JSON serialization file format |