mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 07:03:56 +02:00
feat(teepot-crate): add libtdx_attest to dependencies
- Included `nixsgx.sgx-dcap.libtdx_attest` in the dependencies list. - Ensures support for TDX attestation in the build environment.
This commit is contained in:
parent
34a00bc5bd
commit
a0f101acf1
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ let
|
|||
nixsgx.sgx-sdk
|
||||
nixsgx.sgx-dcap
|
||||
nixsgx.sgx-dcap.quote_verify
|
||||
nixsgx.sgx-dcap.libtdx_attest
|
||||
];
|
||||
|
||||
strictDeps = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue