mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 15:13:56 +02:00
14 lines
402 B
TOML
14 lines
402 B
TOML
# Fork of the original crate: https://github.com/intel/SGXDataCenterAttestationPrimitives
|
|
|
|
[package]
|
|
name = "teepot-tee-quote-verification-rs"
|
|
version = "0.3.0"
|
|
edition = "2021"
|
|
license = "BSD-3-Clause"
|
|
repository.workspace = true
|
|
homepage.workspace = true
|
|
description = "Fork of intel-tee-quote-verification-rs"
|
|
|
|
[dependencies]
|
|
intel-tee-quote-verification-sys.workspace = true
|
|
serde.workspace = true
|