cycles-quartz/enclaves/quartz/Cargo.toml

18 lines
446 B
TOML
Raw Normal View History

2024-02-19 19:13:34 +00:00
[package]
name = "quartz-enclave"
version = "0.1.0"
edition = "2021"
[dependencies]
2024-02-22 20:48:13 +00:00
clap = { version = "4.1.8", features = ["derive"] }
color-eyre = "0.6.2"
2024-02-20 11:27:10 +00:00
prost = "0.12"
2024-02-22 20:48:13 +00:00
tendermint = "0.34.0"
tendermint-light-client = "0.34.0"
serde = { version = "1.0.189", features = ["derive"] }
serde_json = "1.0.94"
2024-02-20 11:27:10 +00:00
tonic = "0.11"
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
2024-02-20 16:34:42 +00:00
quartz-proto = { path = "../../utils/quartz-proto" }