Use git deps
This commit is contained in:
parent
cdd83e657d
commit
256509a74b
2 changed files with 5 additions and 5 deletions
|
@ -15,7 +15,7 @@ serde_json = "1.0.94"
|
||||||
tonic = "0.11"
|
tonic = "0.11"
|
||||||
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
|
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
|
||||||
|
|
||||||
quartz-cw = { path = "../../../bisenzone-cw-mvp/packages/quartz-cw" }
|
quartz-cw = { git = "ssh://git@github.com/informalsystems/bisenzone-cw-mvp.git", branch = "hu55a1n1/11-use-quartz" }
|
||||||
quartz-proto = { path = "../../utils/quartz-proto" }
|
quartz-proto = { git = "ssh://git@github.com/informalsystems/tee-mtcs.git", branch = "hu55a1n1/40-quartz-framework" }
|
||||||
quartz-relayer = { path = "../../utils/quartz-relayer" }
|
quartz-relayer = { git = "ssh://git@github.com/informalsystems/tee-mtcs.git", branch = "hu55a1n1/40-quartz-framework" }
|
||||||
quartz-tee-ra = { git = "ssh://git@github.com/informalsystems/bisenzone-cw-mvp.git", branch = "hu55a1n1/11-use-quartz" }
|
quartz-tee-ra = { git = "ssh://git@github.com/informalsystems/bisenzone-cw-mvp.git", branch = "hu55a1n1/11-use-quartz" }
|
||||||
|
|
|
@ -11,5 +11,5 @@ serde_json = "1.0.94"
|
||||||
tonic = "0.11"
|
tonic = "0.11"
|
||||||
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
|
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
|
||||||
|
|
||||||
quartz-cw = { path = "../../../bisenzone-cw-mvp/packages/quartz-cw" }
|
quartz-cw = { git = "ssh://git@github.com/informalsystems/bisenzone-cw-mvp.git", branch = "hu55a1n1/11-use-quartz" }
|
||||||
quartz-proto = { path = "../../utils/quartz-proto" }
|
quartz-proto = { git = "ssh://git@github.com/informalsystems/tee-mtcs.git", branch = "hu55a1n1/40-quartz-framework" }
|
||||||
|
|
Loading…
Reference in a new issue