data-generator/Cargo.toml

13 lines
271 B
TOML
Raw Normal View History

2022-06-04 18:03:11 +08:00
[package]
name = "data_generator"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
colorful = "0.2.1"
clap = { version = "3.1.18", features = ["derive"] }
rand = "0.8.5"