Add thiserror

This commit is contained in:
2026-06-18 21:45:54 -04:00
parent 3fa0e6e4c9
commit c5437ec7b3
2 changed files with 2 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ 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"
thiserror = "2.0.18"
tracing = "0.1.44"
[features]