sobagen/Cargo.toml

13 lines
185 B
TOML
Raw Normal View History

2024-10-10 11:43:15 +00:00
[package]
2025-03-02 16:01:06 +00:00
name = "sobagen"
2025-01-11 12:51:03 +00:00
version = "0.2.0"
2024-10-10 11:43:15 +00:00
edition = "2021"
[dependencies]
clap = { version = "4.5.19", features = ["derive"] }
rand = "0.8.5"
rayon = "1.10.0"
2025-01-11 12:51:03 +00:00
[features]
simd = []