cycles-quartz/enclaves/quartz/Cargo.toml
2024-02-20 08:34:42 -08:00

12 lines
239 B
TOML

[package]
name = "quartz-enclave"
version = "0.1.0"
edition = "2021"
[dependencies]
prost = "0.12"
tonic = "0.11"
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
quartz-proto = { path = "../../utils/quartz-proto" }