mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 23:23:57 +02:00
feat: initial commit
Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
parent
aff4dd30bd
commit
89ffbd35a8
123 changed files with 16508 additions and 0 deletions
11
crates/intel-tee-quote-verification-rs/Cargo.toml
Normal file
11
crates/intel-tee-quote-verification-rs/Cargo.toml
Normal file
|
@ -0,0 +1,11 @@
|
|||
# Fork of the original crate: https://github.com/intel/SGXDataCenterAttestationPrimitives
|
||||
|
||||
[package]
|
||||
name = "intel-tee-quote-verification-rs"
|
||||
version = "0.2.1"
|
||||
edition = "2021"
|
||||
license = "BSD-3-Clause"
|
||||
|
||||
[dependencies]
|
||||
intel-tee-quote-verification-sys.workspace = true
|
||||
serde.workspace = true
|
Loading…
Add table
Add a link
Reference in a new issue