rustybeans/Cargo.toml

22 lines
458 B
TOML
Raw Normal View History

2022-09-01 23:51:23 +02:00
[package]
name = "beanconqueror"
version = "0.4.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-canvas = "*"
serde = "1.0.144"
serde_derive = "1.0.144"
toml = "0.5.9"
wasm-bindgen-test = "0.2"
[dependencies.plotters]
git = "https://github.com/plotters-rs/plotters"