wrote the tool!

This commit is contained in:
pyro57000
2025-10-07 13:04:18 -05:00
parent 62c6749530
commit 835eecd815
4 changed files with 977 additions and 0 deletions

10
Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "snaferrous"
version = "0.1.0"
edition = "2024"
[dependencies]
clap = { version = "4.5.41", features = ["derive"] }
colored = "3.0.0"
tokio = { version = "1.46.1", features = ["full"] }
walkdir = "2.5.0"