mirror of
https://github.com/tlsnotary/tlsn-quote-verification.git
synced 2026-01-08 23:18:16 -05:00
13 lines
218 B
TOML
13 lines
218 B
TOML
[package]
|
|
name = "quote_test"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
hex = "0.4.3"
|
|
sgx-quote = "0.1.0"
|
|
sha2 = "0.10.8"
|
|
p256 = { version = "0.13", features = ["ecdsa"] }
|
|
x509-parser = "0.17.0"
|
|
pem = "3.0.5"
|