fix(enclave): proto build (#256)

This commit is contained in:
Shoaib Ahmed 2024-10-16 23:48:25 +04:00 committed by GitHub
parent 870c0223b7
commit 8d97d5f122
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,7 +17,7 @@ Protobuf types defining the Quartz handshake to initialize connection between a
[dependencies] [dependencies]
# external # external
prost.workspace = true prost = { workspace = true, features = ["derive"] }
tonic.workspace = true tonic.workspace = true
[build-dependencies] [build-dependencies]