diff --git a/Cargo.lock b/Cargo.lock index 7e36bb1..72e71a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2060,6 +2060,7 @@ dependencies = [ "dioxus", "dotenvy", "lucide-dioxus", + "serde", "thiserror 2.0.18", "tracing", ] diff --git a/Cargo.toml b/Cargo.toml index 3b342f6..bf81e70 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" +serde = { version = "1.0.228", features = ["derive"] } thiserror = "2.0.18" tracing = "0.1.44"