2024-02-28 23:29:26 +00:00
|
|
|
[package]
|
|
|
|
name = "mtcs-intent"
|
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", "tendermint", "cycles", "quartz"]
|
|
|
|
readme = "README.md"
|
2024-02-28 23:29:26 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2024-05-30 00:00:43 +00:00
|
|
|
# external
|
|
|
|
bip32.workspace = true
|
|
|
|
clap.workspace = true
|
|
|
|
ecies.workspace = true
|
|
|
|
hex.workspace = true
|
|
|
|
k256.workspace = true
|
2024-06-18 20:15:32 +00:00
|
|
|
rand = { workspace = true, default-features = true }
|
2024-05-30 00:00:43 +00:00
|
|
|
serde.workspace = true
|
|
|
|
serde_json.workspace = true
|
|
|
|
sha2.workspace = true
|
2024-05-13 13:50:29 +00:00
|
|
|
|
2024-05-30 00:00:43 +00:00
|
|
|
# cosmos
|
|
|
|
cosmrs.workspace = true
|
|
|
|
cosmwasm-std.workspace = true
|