移除chrono

This commit is contained in:
tommy
2025-11-13 10:55:37 +08:00
parent 25433618b1
commit f41425bb89
9 changed files with 315 additions and 15 deletions

View File

@@ -8,7 +8,6 @@ edition = "2021"
[dependencies]
dioxus = { version = "0.7.1", features = ["router", "fullstack"] }
chrono = { version = "0.4", default-features = false, features = ["std"] }
[target.'cfg(target_arch = "wasm32")'.dependencies]
js-sys = "0.3"