This commit is contained in:
YK 2025-09-20 10:59:05 +03:00
parent 377051cf4f
commit 8471deef8c

View File

@ -1,7 +1,7 @@
[package]
name = "aex"
version = "0.1.0"
edition = "2021"
edition = "2024"
[lib]
crate-type = ["cdylib", "rlib"]
@ -30,6 +30,8 @@ serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.143"
chrono = { version = "0.4.42", features = ["serde"] }
console_log = "1.0.0"
num-traits = "0.2.19"
num-format = "0.4.4"
[features]
csr = ["leptos/csr"]