mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
14 lines
No EOL
284 B
TOML
14 lines
No EOL
284 B
TOML
[package]
|
|
name = "plot_pareto"
|
|
version = "0.1.0"
|
|
authors = ["Joakim Frostegård <joakim.frostegard@gmail.com>"]
|
|
edition = "2018"
|
|
license = "Apache-2.0"
|
|
|
|
[[bin]]
|
|
name = "plot_pareto"
|
|
|
|
[dependencies]
|
|
plotly = "0.4"
|
|
rand = { version = "0.7", features = ["small_rng"] }
|
|
rand_distr = "0.2" |