rustybeans/Cargo.toml

20 lines
408 B
TOML
Raw Normal View History

2022-09-01 23:51:23 +02:00
[package]
name = "beanconqueror"
version = "0.2.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"
plotters = "0.3.4"
2022-09-01 23:51:23 +02:00
# plotters-canvas = "*"
serde = "1.0.144"
serde_derive = "1.0.144"
toml = "0.5.9"
2022-09-01 23:51:23 +02:00
# wasm-bindgen-test = "0.2"