From 34b887730a333321ee71251f06562d31e67af860 Mon Sep 17 00:00:00 2001 From: Ethan Girouard Date: Sat, 11 Jul 2026 12:37:25 -0400 Subject: [PATCH] Enable account icons in Lucide --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }