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:
Harald Hoyer 2024-12-20 09:03:56 +01:00
parent 34a00bc5bd
commit a0f101acf1
Signed by: harald
GPG key ID: F519A1143B3FBE32

View file

@ -28,6 +28,7 @@ let
nixsgx.sgx-sdk
nixsgx.sgx-dcap
nixsgx.sgx-dcap.quote_verify
nixsgx.sgx-dcap.libtdx_attest
];
strictDeps = true;