rustybeans/Cargo.toml

20 lines
543 B
TOML
Raw Normal View History

2022-09-01 23:51:23 +02:00
[package]
authors = ["David Holland <info@dustvoice.de>"]
2022-12-13 11:51:15 +01:00
name = "rustybeans"
version = "0.5.0"
2022-09-01 23:51:23 +02:00
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
calamine = "0.18.0"
2022-12-13 11:51:15 +01:00
chrono = { version = "0.4.22", features = ["wasmbind"] }
console_error_panic_hook = "0.1.7"
dioxus = { version = "0.2.4", features = ["desktop"] }
fast-float = "0.2.0"
palette = "0.6.1"
2022-12-13 11:51:15 +01:00
plotly = { version = "0.8.1", features = ["wasm"] }
serde = "1.0.144"
serde_derive = "1.0.144"
toml = "0.5.9"