started work on this, it doesn't work yet, but

we're getting there.
This commit is contained in:
pyro57000
2025-04-23 15:19:00 -05:00
parent fe778b1dfe
commit e41248ceac
4 changed files with 1534 additions and 0 deletions

9
Cargo.toml Normal file
View File

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