diff --git a/crates/enclave/proto/Cargo.toml b/crates/enclave/proto/Cargo.toml index 77969d8..455fe41 100644 --- a/crates/enclave/proto/Cargo.toml +++ b/crates/enclave/proto/Cargo.toml @@ -17,7 +17,7 @@ Protobuf types defining the Quartz handshake to initialize connection between a [dependencies] # external -prost.workspace = true +prost = { workspace = true, features = ["derive"] } tonic.workspace = true [build-dependencies]