diff --git a/Cargo.lock b/Cargo.lock index 8e85ab9..7e36bb1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2060,6 +2060,7 @@ dependencies = [ "dioxus", "dotenvy", "lucide-dioxus", + "thiserror 2.0.18", "tracing", ] diff --git a/Cargo.toml b/Cargo.toml index c549b2e..3b342f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]