forked from informalsystems/hermes
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCargo.toml
28 lines (24 loc) · 1.22 KB
/
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
[workspace]
members = [
"modules",
"relayer",
"relayer-cli",
"telemetry",
"proto",
]
exclude = [
"no-std-check",
"proto-compiler"
]
[patch.crates-io]
tendermint = { git = "https://github.com/lyqingye/tendermint-rs", branch = "master" }
tendermint-rpc = { git = "https://github.com/lyqingye/tendermint-rs", branch = "master" }
tendermint-proto = { git = "https://github.com/lyqingye/tendermint-rs", branch = "master" }
tendermint-light-client = { git = "https://github.com/lyqingye/tendermint-rs", branch = "master" }
tendermint-testgen = { git = "https://github.com/lyqingye/tendermint-rs", branch = "master" }
# [patch.crates-io]
# tendermint = { git = "https://github.com/informalsystems/tendermint-rs", branch = "master" }
# tendermint-rpc = { git = "https://github.com/informalsystems/tendermint-rs", branch = "master" }
# tendermint-proto = { git = "https://github.com/informalsystems/tendermint-rs", branch = "master" }
# tendermint-light-client = { git = "https://github.com/informalsystems/tendermint-rs", branch = "master" }
# tendermint-testgen = { git = "https://github.com/informalsystems/tendermint-rs", branch = "master" }