2024-05-07 22:05:58 +00:00
|
|
|
[package]
|
|
|
|
name = "cycles-sync"
|
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-05-07 22:05:58 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2024-05-30 00:00:43 +00:00
|
|
|
# external
|
|
|
|
async-trait.workspace = true
|
|
|
|
bip32.workspace = true
|
|
|
|
clap.workspace = true
|
|
|
|
displaydoc.workspace = true
|
|
|
|
ecies.workspace = true
|
|
|
|
hex.workspace = true
|
|
|
|
reqwest.workspace = true
|
|
|
|
serde.workspace = true
|
|
|
|
serde_json.workspace = true
|
|
|
|
subtle-encoding.workspace = true
|
|
|
|
thiserror.workspace = true
|
|
|
|
tokio.workspace = true
|
|
|
|
tracing.workspace = true
|
|
|
|
tracing-subscriber.workspace = true
|
|
|
|
uuid.workspace = true
|
|
|
|
|
|
|
|
# cosmos
|
|
|
|
cosmrs.workspace = true
|
|
|
|
cosmwasm-std.workspace = true
|
2024-05-26 19:29:38 +00:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2024-05-30 00:00:43 +00:00
|
|
|
rand_core.workspace = true
|