lldap/Cargo.toml

12 lines
236 B
TOML
Raw Normal View History

2021-06-23 09:13:05 +00:00
[workspace]
members = [
"server",
"auth",
"app"
2021-05-14 07:15:37 +00:00
]
#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'