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
21 lines
534 B
TOML
21 lines
534 B
TOML
[package]
|
|
name = "quartz-cw"
|
|
version = "0.1.0"
|
|
authors = ["hu55a1n1 <sufialhussaini@gmail.com>"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
cw-storage-plus = "1.1.0"
|
|
cosmwasm-schema = "1.4.0"
|
|
cosmwasm-std = "1.4.0"
|
|
k256 = { version = "0.13.2", default-features = false, features = ["ecdsa", "alloc"] }
|
|
serde = { version = "1.0.188", default-features = false, features = ["derive"] }
|
|
serde_json = "1.0.94"
|
|
sha2 = "0.10.8"
|
|
thiserror = "1.0.57"
|
|
|
|
quartz-tee-ra = { path = "../../packages/quartz-tee-ra" }
|
|
|
|
[dev-dependencies]
|
|
serde_json = "1.0.113"
|