lldap/Cargo.toml
2023-03-02 10:51:38 +01:00

17 lines
271 B
TOML

[workspace]
members = [
"server",
"auth",
"app",
"migration-tool"
]
default-members = ["server"]
[patch.crates-io.opaque-ke]
git = 'https://github.com/nitnelave/opaque-ke/'
branch = 'zeroize_1.5'
[patch.crates-io.lber]
git = 'https://github.com/inejge/ldap3/'