12 lines
239 B
TOML
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" }
|