started work on this, it doesn't work yet, but
we're getting there.
This commit is contained in:
9
Cargo.toml
Normal file
9
Cargo.toml
Normal 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"] }
|
||||
Reference in New Issue
Block a user