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",
|
||||
]
|
||||
|
||||
[[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]]
|
||||
name = "quartz-cw"
|
||||
version = "0.1.0"
|
||||
|
@ -2361,7 +2344,7 @@ dependencies = [
|
|||
"cosmwasm-std",
|
||||
"cw-storage-plus",
|
||||
"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_json",
|
||||
"sha2 0.10.8",
|
||||
|
@ -2378,10 +2361,10 @@ dependencies = [
|
|||
"color-eyre",
|
||||
"cosmwasm-std",
|
||||
"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-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_json",
|
||||
"tendermint 0.34.0",
|
||||
|
@ -2409,9 +2392,9 @@ dependencies = [
|
|||
"cosmwasm-std",
|
||||
"displaydoc",
|
||||
"ecies",
|
||||
"quartz-cw 0.1.0",
|
||||
"quartz-cw",
|
||||
"quartz-proto",
|
||||
"quartz-tee-ra 0.1.0",
|
||||
"quartz-tee-ra",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"subtle-encoding",
|
||||
|
@ -2422,19 +2405,6 @@ dependencies = [
|
|||
"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]]
|
||||
name = "quartz-tee-ra"
|
||||
version = "0.1.0"
|
||||
|
|
|
@ -19,6 +19,6 @@ thiserror = "1.0.38"
|
|||
tonic = "=0.8.3"
|
||||
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
|
||||
|
||||
quartz-cw = { path = "../../../bisenzone-cw-mvp/packages/quartz-cw" }
|
||||
quartz-tee-ra = { path = "../../../bisenzone-cw-mvp/packages/quartz-tee-ra" }
|
||||
quartz-cw = { 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" }
|
||||
quartz-proto = { path = "../../utils/quartz-proto" }
|
||||
|
|
Loading…
Reference in a new issue