mirror of
https://github.com/nitnelave/lldap.git
synced 2023-04-12 14:25:13 +00:00
12 lines
236 B
TOML
12 lines
236 B
TOML
[workspace]
|
|
members = [
|
|
"server",
|
|
"auth",
|
|
"app"
|
|
]
|
|
|
|
#TODO: remove once https://github.com/rust-num/num-bigint/issues/218 is fixed
|
|
[patch.crates-io.num-bigint]
|
|
git = 'https://github.com/nitnelave/num-bigint/'
|
|
branch = '0.3.2-patch'
|