rustybeans/Cargo.toml

21 lines
474 B
TOML
Raw Normal View History

2022-09-01 23:51:23 +02:00
[package]
authors = ["David Holland <info@dustvoice.de>"]
2022-09-01 23:51:23 +02:00
name = "beanconqueror"
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"
chrono = "0.4.22"
colourado = "0.2.0"
fast-float = "0.2.0"
palette = "0.6.1"
plotly = { version = "=0.8.1", features = ["wasm"] }
serde = "1.0.144"
serde_derive = "1.0.144"
toml = "0.5.9"
yew = "0.19.0"
yew-hooks = "0.1.56"