-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCargo.toml
32 lines (30 loc) · 942 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[workspace]
members = [
"hpke-rs",
"hpke-rs/evercrypt_provider",
"hpke-rs/rust_crypto_provider",
"hpke-rs/traits",
"openmls/evercrypt_backend",
"openmls/openmls",
"openmls/delivery-service/ds-lib",
"openmls/delivery-service/ds",
"openmls/memory_keystore",
"openmls/openmls_rust_crypto",
"openmls/rust_crypto",
"openmls/traits",
"openmls/cli",
]
exclude = [
"openmls",
"evercrypt-rust",
]
# [patch.'https://github.com/franziskuskiefer/hpke-rs']
# hpke-rs = { path = "hpke-rs" }
# hpke-rs-crypto = { path = "hpke-rs/traits" }
# hpke-rs-rust-crypto = { path = "hpke-rs/rust_crypto_provider" }
# hpke-rs-evercrypt = { path = "hpke-rs/evercrypt_provider" }
# [patch.crates-io]
# hpke-rs = { path = "hpke-rs" }
# hpke-rs-crypto = { path = "hpke-rs/traits" }
# hpke-rs-rust-crypto = { path = "hpke-rs/rust_crypto_provider" }
# hpke-rs-evercrypt = { path = "hpke-rs/evercrypt_provider" }