diff --git a/Cargo.toml b/Cargo.toml index a91d656..624d52a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ diesel = { version = "2.3.10", optional = true, features = [ "postgres" ] } diesel_migrations = { version = "2.3.2", optional = true, features = [ "postgres" ] } dioxus = { version = "0.7.9", features = ["router", "fullstack"] } dotenvy = { version = "0.15.7", optional = true } -lucide-dioxus = "3.11.0" +lucide-dioxus = { version = "3.11.0", features = ["notifications"] } serde = { version = "1.0.228", features = ["derive"] } thiserror = "2.0.18" tracing = "0.1.44"