Add thiserror crate

This commit is contained in:
2024-03-01 14:59:25 -05:00
parent 57fd838e10
commit 5aaf602e2c
2 changed files with 6 additions and 4 deletions

View File

@ -45,6 +45,7 @@ tokio = { version = "1", optional = true }
axum = { version = "0.6.4", optional = true }
tower = { veresion = "0.4.13", optional = true }
tower-http = { version = "0.4", optional = true, features = ["fs"] }
thiserror = "1.0.57"
[features]
csr = ["leptos/csr", "leptos_meta/csr", "leptos_router/csr"]