diff --git a/Cargo.toml b/Cargo.toml index e9c0694..e633a5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ dioxus = { version = "0.7.9", features = ["router", "fullstack"] } dioxus-html = "0.7.9" dotenvy = { version = "0.15.7", optional = true } fred = { version = "10.1.0", optional = true } -lucide-dioxus = { version = "3.11.0", features = ["notifications"] } +lucide-dioxus = { version = "3.11.0", features = ["notifications", "account"] } pbkdf2 = { version = "0.13.0", optional = true, features = ["getrandom", "phc"] } rand = "0.10.1" serde = { version = "1.0.228", features = ["derive"] }