forked from openmls/openmls
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
31 lines (26 loc) · 766 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
[workspace]
members = [
"openmls",
"traits",
"openmls_rust_crypto",
"fuzz",
"cli",
"interop_client",
"memory_keystore",
"evercrypt_backend",
"delivery-service/ds",
"delivery-service/ds-lib",
"basic_credential"
]
resolver = "2"
# Patching unreleased crates
[workspace.dependencies]
tls_codec = { version = "0.3.0-pre.2", features = ["derive", "serde", "mls"] }
[patch.crates-io.hpke-rs]
git = "https://github.com/franziskuskiefer/hpke-rs.git"
[patch.crates-io.hpke-rs-crypto]
git = "https://github.com/franziskuskiefer/hpke-rs.git"
[patch.crates-io.hpke-rs-evercrypt]
git = "https://github.com/franziskuskiefer/hpke-rs.git"
[patch.crates-io.hpke-rs-rust-crypto]
git = "https://github.com/franziskuskiefer/hpke-rs.git"