lldap/Cargo.toml
2023-02-13 12:59:53 +01:00

14 lines
206 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'