hacker-challenge-sgx-general/Cargo.toml
2024-08-14 21:18:53 +03:00

14 lines
211 B
TOML

[package]
name = "hacker-challenge"
version = "0.1.0"
edition = "2021"
[dependencies]
ed25519-dalek = "2.1.1"
once_cell = "1.19.0"
prost = "0.13.1"
tonic = "0.12.1"
[build-dependencies]
tonic-build = "0.12.1"