From a46e16258f83cc5939c568bba3a62ccc28114365 Mon Sep 17 00:00:00 2001 From: Vika Date: Mon, 19 Aug 2024 22:49:48 +0300 Subject: kittybox-indieauth: switch to dep feature syntax --- indieauth/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indieauth') 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 -- cgit 1.4.1