Move utils/quartz-proto to core/quartz-proto Fix Cargo.toml paths Add default working-directory for cosmwasm CI jobs Fix default working-directory Rename .cargo/config -> config.toml Update working-directory Update cosmwasm workflows Update rust.yml paths Add aliases to cargo config.toml Test working-directory Update cosmwasm CI jobs Use --manifest-path Use dtolnay/rust-toolchain action Fix workflow Remove --locked SSH agent SSH agent for schema Remove unused SSH key Exclude cw-tee-mtcs from rust CI jobs Clippy fix cargo fmt Add CONTRIBUTING.md Update README.md
19 lines
511 B
TOML
19 lines
511 B
TOML
[package]
|
|
name = "cw-prover"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
clap = { version = "4.1.8", features = ["derive"] }
|
|
cosmrs = "0.15.0"
|
|
cw-proof = { path = "../../core/light-client-proofs/cw-proof" }
|
|
serde_json = "1.0.108"
|
|
tendermint = "0.34.0"
|
|
tendermint-rpc = { version = "0.34.0", features = ["http-client"] }
|
|
tokio = { version = "1.26.0", features = ["full"] }
|
|
|
|
[dev-dependencies]
|
|
hex = "0.4.3"
|