finished writing the tool

Should be multithreaded, and fast af!
This commit is contained in:
pyro57000
2025-09-25 15:44:34 -05:00
parent 7593e66dd5
commit 39ccd95764
3 changed files with 201 additions and 61 deletions

10
Cargo.lock generated
View File

@@ -227,6 +227,15 @@ version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
[[package]]
name = "colored"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fde0e0ec90c9dfb3b4b1a0891a7dcd0e2bffde2f7efed5fe7c9bb00e5bfb915e"
dependencies = [
"windows-sys 0.59.0",
]
[[package]]
name = "core-foundation"
version = "0.9.4"
@@ -1061,6 +1070,7 @@ name = "tetanus_shares"
version = "0.1.0"
dependencies = [
"clap",
"colored",
"ldap3",
"tokio",
]