teepot/crates/intel-tee-quote-verification-rs/Cargo.toml
Harald Hoyer 89ffbd35a8
feat: initial commit
Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
2024-02-09 10:10:53 +01:00

11 lines
291 B
TOML

# 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