mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 23:23:57 +02:00
13 lines
300 B
TOML
13 lines
300 B
TOML
[package]
|
|
name = "verify-attestation"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
hex.workspace = true
|
|
intel-tee-quote-verification-rs.workspace = true
|
|
teepot.workspace = true
|