Unify verify-attestation-sgx and verify-attestation

Rationale: too much copy-paste
This commit is contained in:
Patryk Bęza 2024-07-11 17:13:11 +02:00
parent 0a0811e99e
commit 78447ea307
No known key found for this signature in database
GPG key ID: 9AD1B44D9F6258EC
6 changed files with 111 additions and 173 deletions

View file

@ -7,6 +7,9 @@ license.workspace = true
repository.workspace = true
[dependencies]
alloy-primitives.workspace = true
anyhow.workspace = true
clap.workspace = true
hex.workspace = true
secp256k1.workspace = true
teepot.workspace = true