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