rs-basic/members/graph/Cargo.toml

12 lines
173 B
TOML
Raw Permalink Normal View History

2025-01-09 02:29:59 +01:00
[package]
name = "graph"
version = "0.1.0"
edition = "2021"
[dependencies]
2025-01-09 05:42:52 +01:00
chrono = "0.4.39"
2025-01-09 02:29:59 +01:00
plotters = "0.3.7"
2025-01-09 05:42:52 +01:00
rand = "0.8.5"
rand_distr = "0.4.3"
rand_xorshift = "0.3.0"