mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 15:13:56 +02:00
chore: rename intel-tee-quote-verification-rs to teepot-tee-quote-verification-rs
and prepare to publish on crates.io Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
parent
28d58c7cab
commit
8dd4c1292a
5 changed files with 21 additions and 14 deletions
14
crates/teepot-tee-quote-verification-rs/Cargo.toml
Normal file
14
crates/teepot-tee-quote-verification-rs/Cargo.toml
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Fork of the original crate: https://github.com/intel/SGXDataCenterAttestationPrimitives
|
||||
|
||||
[package]
|
||||
name = "teepot-tee-quote-verification-rs"
|
||||
version = "0.2.1"
|
||||
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
|
Loading…
Add table
Add a link
Reference in a new issue