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"] }