Rewrites the shout CLI in Rust for better performance, with parallel test execution via rayon and the same .shout file format semantics.
10 lines
114 B
TOML
10 lines
114 B
TOML
[package]
|
|
name = "shout"
|
|
version = "0.0.18"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
libc = "0.2"
|
|
rayon = "1"
|
|
regex = "1"
|