forked from xline-kv/Xline
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
25 lines (23 loc) · 938 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
[workspace]
members = [
"xline",
"curp",
"benchmark",
"utils",
"engine",
"xlineapi",
"curp-external-api",
"curp-test-utils",
"xline-client",
"simulation",
"xline-test-utils",
"test-macros"
]
# TODO: We should remove it when the madsim updates its release (v0.2.23) in the crate.io
# TODO: We also should include the original crate's version of madsim packages
[patch.crates-io]
madsim = { git = "https://github.com/madsim-rs/madsim.git", rev = "6753d73", package = "madsim" }
tokio = { git = "https://github.com/madsim-rs/madsim.git", rev = "6753d73", package = "madsim-tokio" }
tonic = { git = "https://github.com/madsim-rs/madsim.git", rev = "6753d73", package = "madsim-tonic" }
etcd-client = { git = "https://github.com/madsim-rs/madsim.git", rev = "6753d73", package = "madsim-etcd-client" }
tonic-build = { git = "https://github.com/madsim-rs/madsim.git", rev = "6753d73", package = "madsim-tonic-build" }