cycles-quartz/cosmwasm/packages/quartz-cw/Cargo.toml

20 lines
484 B
TOML
Raw Normal View History

2024-02-19 15:55:46 +00:00
[package]
name = "quartz-cw"
version = "0.1.0"
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"] }
2024-03-19 21:19:38 +00:00
serde_json = "1.0.94"
2024-02-19 15:55:46 +00:00
sha2 = "0.10.8"
thiserror = "1.0.57"
quartz-tee-ra = { path = "../../packages/quartz-tee-ra" }
[dev-dependencies]
serde_json = "1.0.113"