feat: Implement LdapStream, begin event loop
This commit is contained in:
parent
d30df04064
commit
1ef02c58dd
8 changed files with 152 additions and 56 deletions
|
|
@ -6,6 +6,7 @@ edition = "2024"
|
|||
[dependencies]
|
||||
argh = "0.1.19"
|
||||
camino = "1.2.5"
|
||||
futures-util = "0.3.34"
|
||||
ldap3_proto = "0.8.1"
|
||||
serde = { version = "1.0.229", features = ["derive"] }
|
||||
tokio = { version = "1.53.1", features = ["macros", "net", "rt", "time", "sync"] }
|
||||
|
|
|
|||
Loading…
Reference in a new issue