shout/Cargo.toml
2026-04-02 15:18:22 -07:00

10 lines
114 B
TOML

[package]
name = "shout"
version = "0.0.18"
edition = "2024"
[dependencies]
libc = "0.2"
rayon = "1"
regex = "1"