2023-12-14 11:18:19 +00:00
|
|
|
[package]
|
|
|
|
name = "cw-prover"
|
2024-05-30 00:00:43 +00:00
|
|
|
version.workspace = true
|
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
rust-version.workspace = true
|
|
|
|
license.workspace = true
|
|
|
|
repository.workspace = true
|
|
|
|
keywords = ["blockchain", "cosmos", "cosmwasm", "cycles", "quartz"]
|
|
|
|
readme = "README.md"
|
2023-12-14 11:18:19 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2024-05-30 00:00:43 +00:00
|
|
|
# external
|
|
|
|
clap.workspace = true
|
|
|
|
serde_json.workspace = true
|
|
|
|
tokio.workspace = true
|
|
|
|
|
|
|
|
# cosmos
|
|
|
|
cosmrs.workspace = true
|
|
|
|
tendermint.workspace = true
|
|
|
|
tendermint-rpc.workspace = true
|
|
|
|
|
|
|
|
# quartz
|
|
|
|
cw-proof.workspace = true
|
2023-12-30 12:12:27 +00:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2024-05-30 00:00:43 +00:00
|
|
|
hex.workspace = true
|