Files
simple-rust-tests/__image/plotters/Cargo.toml
2020-12-05 10:46:43 +08:00

16 lines
322 B
TOML

[package]
name = "plotters"
version = "0.1.0"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rand = "0.7.3"
rand_distr = "0.3.0"
rand_xorshift = "0.2.0"
chrono = "0.4.19"
plotters = "0.3.0"