13 lines
294 B
TOML
13 lines
294 B
TOML
|
[package]
|
||
|
name = "bilrow-generate"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
clap = { version = "4.5.2", features = ["derive"] }
|
||
|
anyhow = "1.0.80"
|
||
|
fastrand = "2.0.1"
|
||
|
indicatif = "0.17.8"
|