cycles-quartz/crates/utils/tcbinfo-updater/Cargo.toml

26 lines
693 B
TOML
Raw Normal View History

2024-11-29 19:07:22 +00:00
[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 }
2024-11-29 19:07:22 +00:00
bincode = {version = "1.3.3"}
quartz-tcbinfo-msgs = {path = "../../contracts/tcbinfo/msgs"}
tendermint.workspace = true
cosmrs.workspace = true
2024-12-04 19:22:13 +00:00
tokio = {version = "1", features = ["full"]}
mc-attestation-verifier.workspace = true
p256.workspace = true
x509-cert = "0.2.5"
der.workspace = true