Add serde package

This commit is contained in:
2024-01-14 17:50:21 -05:00
parent ae3406fc59
commit 73a9fcdf4d
2 changed files with 43 additions and 40 deletions

View File

@ -26,6 +26,7 @@ leptos_icons = { version = "0.1.0", default_features = false, features = [
dotenv = { version = "0.15.0", optional = true }
diesel = { version = "2.1.4", features = ["postgres", "r2d2"], optional = true }
lazy_static = { version = "1.4.0", optional = true }
serde = { versions = "1.0.195", features = ["derive"], optional = true }
[features]
csr = ["leptos/csr", "leptos_meta/csr", "leptos_router/csr"]
@ -40,6 +41,7 @@ ssr = [
"dotenv",
"diesel",
"lazy_static",
"serde",
]
# Defines a size-optimized profile for the WASM bundle in release mode