256d6e68bc
way faster now. Also worked on filtering out noise.
19 lines
299 B
TOML
19 lines
299 B
TOML
[package]
|
|
name = "snaferrous"
|
|
version = "1.2.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
clap = { version = "4.5.41", features = ["derive"] }
|
|
colored = "3.0.0"
|
|
crossbeam = "0.8.4"
|
|
rayon = "1.12.0"
|
|
walkdir = "2.5.0"
|
|
|
|
[profile.release]
|
|
opt-level ="z"
|
|
lto = true
|
|
strip = true
|
|
codegen-units = 1
|
|
panic = "abort"
|