mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 15:13:56 +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
10
crates/intel-tee-quote-verification-sys/Cargo.toml
Normal file
10
crates/intel-tee-quote-verification-sys/Cargo.toml
Normal file
|
@ -0,0 +1,10 @@
|
|||
# Fork of the original crate: https://github.com/intel/SGXDataCenterAttestationPrimitives
|
||||
|
||||
[package]
|
||||
name = "intel-tee-quote-verification-sys"
|
||||
version = "0.2.0"
|
||||
edition = "2021"
|
||||
license = "BSD-3-Clause"
|
||||
|
||||
[build-dependencies]
|
||||
bindgen.workspace = true
|
Loading…
Add table
Add a link
Reference in a new issue