From 0ab75b0472d2d399bd61e40b45dae9dc620d4cb7 Mon Sep 17 00:00:00 2001 From: Slatian Date: Fri, 10 Oct 2025 14:07:04 +0200 Subject: [PATCH] Remove feature declaration for lib-humus-configuration --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6fe3a90..c0a699a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ authors = ["Slatian "] [dependencies] lib-humus = { version="0.4", features=["axum-view+cookie"] } -lib-humus-configuration = { version = "0.1.0", featres=["toml"] } +lib-humus-configuration = "0.1" axum-client-ip = { version = "1.1.3", features = ["serde", "forwarded-header"] } axum-extra = { version = "0.10", features = ["cookie", "typed-header"] }