2024-08-28 23:45:09 +00:00
|
|
|
[package]
|
|
|
|
name = "wasmd-client"
|
|
|
|
version.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
rust-version.workspace = true
|
|
|
|
license.workspace = true
|
|
|
|
readme.workspace = true
|
|
|
|
repository.workspace = true
|
|
|
|
authors.workspace = true
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
path="src/lib.rs"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
cosmrs.workspace = true
|
|
|
|
hex.workspace = true
|
|
|
|
reqwest.workspace = true
|
|
|
|
serde.workspace = true
|
2024-09-18 20:04:33 +00:00
|
|
|
serde_json.workspace = true
|
|
|
|
anyhow.workspace = true
|