-
Notifications
You must be signed in to change notification settings - Fork 75
/
Cargo.toml
30 lines (27 loc) · 1001 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
[workspace]
members = [
"crates/benchmark",
"crates/curp",
"crates/curp-external-api",
"crates/curp-test-utils",
"crates/engine",
"crates/simulation",
"crates/test-macros",
"crates/utils",
"crates/xline",
"crates/xline-client",
"crates/xline-test-utils",
"crates/xlineapi",
"crates/xlinectl",
"crates/xlineutl",
"workspace-hack",
]
resolver = "2"
[workspace.metadata.cargo-machete]
ignored = ["prost", "workspace-hack"]
[patch.crates-io]
# This branch update the tonic version for madsim. We should switch to the original etcd-client crate when new version release.
madsim = { git = "https://github.com/LucienY01/madsim.git", branch = "bz/tonic-0-12" }
madsim-tonic = { git = "https://github.com/LucienY01/madsim.git", branch = "bz/tonic-0-12" }
madsim-tonic-build = { git = "https://github.com/LucienY01/madsim.git", branch = "bz/tonic-0-12" }
madsim-tokio = { git = "https://github.com/LucienY01/madsim.git", branch = "bz/tonic-0-12" }