cycles-quartz/crates/enclave/proto/Cargo.toml

25 lines
636 B
TOML
Raw Normal View History

2024-02-20 16:34:42 +00:00
[package]
name = "quartz-proto"
2024-05-30 00:00:43 +00:00
version.workspace = true
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
license-file.workspace = true
2024-05-30 00:00:43 +00:00
repository.workspace = true
homepage.workspace = true
categories = ["cryptography::cryptocurrencies", "wasm"]
keywords = ["cosmos", "cosmwasm", "cycles", "quartz", "sgx"]
2024-05-30 00:00:43 +00:00
readme = "README.md"
description = """
Protobuf types defining the Quartz handshake to initialize connection between a smart contract and trusted execution environment.
"""
2024-02-20 16:34:42 +00:00
2024-02-20 16:34:42 +00:00
[dependencies]
2024-05-30 00:00:43 +00:00
# external
prost.workspace = true
tonic.workspace = true
2024-02-20 16:34:42 +00:00
[build-dependencies]
2024-05-30 00:00:43 +00:00
tonic-build.workspace = true