forked from informalsystems/hermes
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCargo.toml
31 lines (26 loc) · 1.36 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
29
30
31
[workspace]
resolver = "2"
members = [
"crates/relayer",
"crates/relayer-types",
"crates/relayer-cli",
"crates/relayer-rest",
"crates/telemetry",
"crates/chain-registry",
"tools/integration-test",
"tools/test-framework",
]
exclude = [
"tools/check-guide",
"tools/query-events",
]
[profile.release]
overflow-checks = true
[patch.crates-io]
tendermint = { git = "https://github.com/astriaorg/tendermint-rs.git", rev = "07e084c4ededd1a24e19030e53041aabe5b1d7a0" }
tendermint-rpc = { git = "https://github.com/astriaorg/tendermint-rs.git", rev = "07e084c4ededd1a24e19030e53041aabe5b1d7a0" }
tendermint-proto = { git = "https://github.com/astriaorg/tendermint-rs.git", rev = "07e084c4ededd1a24e19030e53041aabe5b1d7a0" }
tendermint-light-client = { git = "https://github.com/astriaorg/tendermint-rs.git", rev = "07e084c4ededd1a24e19030e53041aabe5b1d7a0" }
tendermint-light-client-verifier = { git = "https://github.com/astriaorg/tendermint-rs.git", rev = "07e084c4ededd1a24e19030e53041aabe5b1d7a0" }
tendermint-light-client-detector = { git = "https://github.com/astriaorg/tendermint-rs.git", rev = "07e084c4ededd1a24e19030e53041aabe5b1d7a0" }
tendermint-testgen = { git = "https://github.com/astriaorg/tendermint-rs.git", rev = "07e084c4ededd1a24e19030e53041aabe5b1d7a0" }