Add time package

This commit is contained in:
2024-02-08 18:40:38 -05:00
parent 79add82c2d
commit 577090aa1a
2 changed files with 14 additions and 4 deletions

View File

@ -29,6 +29,7 @@ diesel = { version = "2.1.4", features = ["postgres", "r2d2", "time"], optional
lazy_static = { version = "1.4.0", optional = true }
serde = { versions = "1.0.195", features = ["derive"] }
openssl = { version = "0.10.63", optional = true }
time = "0.3.34"
[features]
csr = ["leptos/csr", "leptos_meta/csr", "leptos_router/csr"]