Add dioxus-html

This commit is contained in:
2026-07-08 21:32:51 -04:00
parent 8348277a87
commit c8cd4b95dc
2 changed files with 2 additions and 0 deletions

1
Cargo.lock generated
View File

@@ -2419,6 +2419,7 @@ dependencies = [
"diesel-async",
"diesel_migrations",
"dioxus",
"dioxus-html",
"dotenvy",
"fred",
"getrandom 0.4.3",

View File

@@ -17,6 +17,7 @@ diesel = { version = "2.3.10", optional = true, features = ["chrono"] }
diesel-async = { version = "0.9.1", optional = true, features = ["postgres", "deadpool", "migrations"] }
diesel_migrations = { version = "2.3.2", optional = true }
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"] }