-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCargo.toml
13 lines (11 loc) · 875 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
[workspace]
members = ["tlcs", "x/timelock", "watcher"]
[workspace.dependencies]
auth = {git = "https://github.com/rumos-io/gears", rev = "9019b276e71c34a7be49859eff84fac1555ed9a9"}
bank = {git = "https://github.com/rumos-io/gears", rev = "9019b276e71c34a7be49859eff84fac1555ed9a9"}
database = {git = "https://github.com/rumos-io/gears", rev = "9019b276e71c34a7be49859eff84fac1555ed9a9"}
gears = {git = "https://github.com/rumos-io/gears", rev = "9019b276e71c34a7be49859eff84fac1555ed9a9"}
proto-messages = {git = "https://github.com/rumos-io/gears", rev = "9019b276e71c34a7be49859eff84fac1555ed9a9"}
proto-types = {git = "https://github.com/rumos-io/gears", rev = "9019b276e71c34a7be49859eff84fac1555ed9a9"}
store = {git = "https://github.com/rumos-io/gears", rev = "9019b276e71c34a7be49859eff84fac1555ed9a9"}
ibc-proto = {git = "https://github.com/joneskm/ibc-proto-rs"}