diff options
author | Vika <vika@fireburn.ru> | 2024-08-19 22:49:48 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2024-08-19 22:49:48 +0300 |
commit | a46e16258f83cc5939c568bba3a62ccc28114365 (patch) | |
tree | 23a30c8f58cb4675be4ff2a0b7d97405739a7967 /indieauth | |
parent | 41b234f56beee5577721eeb2c4928076e042dbf3 (diff) | |
download | kittybox-a46e16258f83cc5939c568bba3a62ccc28114365.tar.zst |
kittybox-indieauth: switch to dep feature syntax
Diffstat (limited to 'indieauth')
-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 |