rustybeans/Cargo.toml

20 lines
366 B
TOML
Raw Normal View History

2022-09-01 23:51:23 +02:00
[package]
name = "beanconqueror"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
calamine = "*"
chrono = "*"
colourado = "*"
2022-09-01 23:51:23 +02:00
fast-float = "*"
palette = "*"
plotters = "*"
# plotters-canvas = "*"
serde = "*"
serde_derive = "*"
toml = "*"
# wasm-bindgen-test = "0.2"