git deps for bisenzone-cw-mvp cratees
This commit is contained in:
parent
e0ce71de3f
commit
d5a6395056
2 changed files with 7 additions and 37 deletions
40
Cargo.lock
generated
40
Cargo.lock
generated
|
@ -2335,23 +2335,6 @@ dependencies = [
|
||||||
"prost 0.12.3",
|
"prost 0.12.3",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "quartz-cw"
|
|
||||||
version = "0.1.0"
|
|
||||||
dependencies = [
|
|
||||||
"cosmwasm-schema",
|
|
||||||
"cosmwasm-std",
|
|
||||||
"cw-storage-plus",
|
|
||||||
"k256 0.13.3",
|
|
||||||
"quartz-tee-ra 0.1.0",
|
|
||||||
"serde",
|
|
||||||
"serde_json",
|
|
||||||
"sha2 0.10.8",
|
|
||||||
"tendermint 0.34.0",
|
|
||||||
"tendermint-light-client",
|
|
||||||
"thiserror",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "quartz-cw"
|
name = "quartz-cw"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
@ -2361,7 +2344,7 @@ dependencies = [
|
||||||
"cosmwasm-std",
|
"cosmwasm-std",
|
||||||
"cw-storage-plus",
|
"cw-storage-plus",
|
||||||
"k256 0.13.3",
|
"k256 0.13.3",
|
||||||
"quartz-tee-ra 0.1.0 (git+ssh://git@github.com/informalsystems/bisenzone-cw-mvp.git?branch=hu55a1n1/11-use-quartz)",
|
"quartz-tee-ra",
|
||||||
"serde",
|
"serde",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
"sha2 0.10.8",
|
"sha2 0.10.8",
|
||||||
|
@ -2378,10 +2361,10 @@ dependencies = [
|
||||||
"color-eyre",
|
"color-eyre",
|
||||||
"cosmwasm-std",
|
"cosmwasm-std",
|
||||||
"prost 0.12.3",
|
"prost 0.12.3",
|
||||||
"quartz-cw 0.1.0 (git+ssh://git@github.com/informalsystems/bisenzone-cw-mvp.git?branch=hu55a1n1/11-use-quartz)",
|
"quartz-cw",
|
||||||
"quartz-proto",
|
"quartz-proto",
|
||||||
"quartz-relayer",
|
"quartz-relayer",
|
||||||
"quartz-tee-ra 0.1.0 (git+ssh://git@github.com/informalsystems/bisenzone-cw-mvp.git?branch=hu55a1n1/11-use-quartz)",
|
"quartz-tee-ra",
|
||||||
"serde",
|
"serde",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
"tendermint 0.34.0",
|
"tendermint 0.34.0",
|
||||||
|
@ -2409,9 +2392,9 @@ dependencies = [
|
||||||
"cosmwasm-std",
|
"cosmwasm-std",
|
||||||
"displaydoc",
|
"displaydoc",
|
||||||
"ecies",
|
"ecies",
|
||||||
"quartz-cw 0.1.0",
|
"quartz-cw",
|
||||||
"quartz-proto",
|
"quartz-proto",
|
||||||
"quartz-tee-ra 0.1.0",
|
"quartz-tee-ra",
|
||||||
"serde",
|
"serde",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
"subtle-encoding",
|
"subtle-encoding",
|
||||||
|
@ -2422,19 +2405,6 @@ dependencies = [
|
||||||
"tonic 0.8.3",
|
"tonic 0.8.3",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "quartz-tee-ra"
|
|
||||||
version = "0.1.0"
|
|
||||||
dependencies = [
|
|
||||||
"cosmwasm-schema",
|
|
||||||
"cosmwasm-std",
|
|
||||||
"hex-literal",
|
|
||||||
"num-bigint",
|
|
||||||
"serde_json",
|
|
||||||
"sha2 0.10.8",
|
|
||||||
"thiserror",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "quartz-tee-ra"
|
name = "quartz-tee-ra"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
|
|
@ -19,6 +19,6 @@ thiserror = "1.0.38"
|
||||||
tonic = "=0.8.3"
|
tonic = "=0.8.3"
|
||||||
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-tee-ra = { path = "../../../bisenzone-cw-mvp/packages/quartz-tee-ra" }
|
quartz-tee-ra = { git = "ssh://git@github.com/informalsystems/bisenzone-cw-mvp.git", branch = "hu55a1n1/11-use-quartz" }
|
||||||
quartz-proto = { path = "../../utils/quartz-proto" }
|
quartz-proto = { path = "../../utils/quartz-proto" }
|
||||||
|
|
Loading…
Reference in a new issue