Added GPU evidence collection

This commit is contained in:
Jovan Djukic
2026-04-22 17:57:31 +02:00
parent 16a93e889e
commit 08430a1b68
+1 -1
View File
@@ -6,6 +6,6 @@ license = "Apache-2.0"
[dependencies]
anyhow = "1"
nv-attestation-sdk = { git = "https://github.com/NVIDIA/attestation-sdk", rev = "82d29930f5cbc9d689393844132ac0d733b1f499" }
nv-attestation-sdk = { git = "https://github.com/NVIDIA/attestation-sdk", branch = "main", subdirectory = "nv-attestation-sdk-rust/nv-attestation-sdk" }
serde = { version = "1", features = ["derive"] }
serde_json = "1"