feat: add image/plotters
This commit is contained in:
15
__image/plotters/Cargo.toml
Normal file
15
__image/plotters/Cargo.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
[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"
|
||||
|
||||
Reference in New Issue
Block a user