21 lines
588 B
TOML
21 lines
588 B
TOML
[package]
|
|
name = "tcbinfo-updater"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
readme.workspace = true
|
|
repository.workspace = true
|
|
homepage.workspace = true
|
|
authors.workspace = true
|
|
|
|
[dependencies]
|
|
quoted-string = "0.6.1"
|
|
reqwest.workspace = true
|
|
serde_json.workspace = true
|
|
cw-client = { path = "../cw-client", default-features = false }
|
|
bincode = {version = "1.3.3"}
|
|
quartz-tcbinfo-msgs = {path = "../../contracts/tcbinfo/msgs"}
|
|
tendermint.workspace = true
|
|
cosmrs.workspace = true
|
|
tokio = {version = "1", features = ["full"]} |