Some checks failed
cargo devel CI / cargo CI (push) Failing after 32s
11 lines
173 B
TOML
11 lines
173 B
TOML
[package]
|
|
name = "graph"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
chrono = "0.4.39"
|
|
plotters = "0.3.7"
|
|
rand = "0.8.5"
|
|
rand_distr = "0.4.3"
|
|
rand_xorshift = "0.3.0"
|