mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 15:13:56 +02:00
16 lines
364 B
TOML
16 lines
364 B
TOML
[package]
|
|
name = "verify-attestation-sgx"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
homepage.workspace = true
|
|
|
|
[dependencies]
|
|
alloy-primitives.workspace = true
|
|
anyhow.workspace = true
|
|
clap.workspace = true
|
|
hex.workspace = true
|
|
secp256k1.workspace = true
|
|
teepot.workspace = true
|