Remove feature declaration for lib-humus-configuration

This commit is contained in:
Slatian
2025-10-10 14:07:04 +02:00
parent 40a641105c
commit 0ab75b0472

View File

@@ -8,7 +8,7 @@ authors = ["Slatian <baschdel@disroot.org>"]
[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"] }