Files
tetanus_shares/Cargo.toml
pyro57000 39ccd95764 finished writing the tool
Should be multithreaded, and fast af!
2025-09-25 15:44:34 -05:00

11 lines
273 B
TOML

[package]
name = "tetanus_shares"
version = "0.1.0"
edition = "2024"
[dependencies]
clap = { version = "4.5.37", features = ["derive"] }
colored = "3.0.0"
ldap3 = { version = "0.11.5", features = ["gssapi"] }
tokio = { version = "1.44.2", features = ["rt-multi-thread"] }