Add thiserror
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -2060,6 +2060,7 @@ dependencies = [
|
||||
"dioxus",
|
||||
"dotenvy",
|
||||
"lucide-dioxus",
|
||||
"thiserror 2.0.18",
|
||||
"tracing",
|
||||
]
|
||||
|
||||
|
||||
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user