Skip to content

Commit ac6a3d0

Browse files
committed
attestation: redesign V1 as direct CBOR platform/stack schema
1 parent 0de3b67 commit ac6a3d0

File tree

12 files changed

+477
-77
lines changed

12 files changed

+477
-77
lines changed

Cargo.lock

Lines changed: 50 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dstack-attest/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ license.workspace = true
1212
[dependencies]
1313
anyhow.workspace = true
1414
cc-eventlog.workspace = true
15+
ciborium.workspace = true
1516
dcap-qvl.workspace = true
17+
dstack-attestation-types = { path = "../../../src/attestation-types" }
1618
dstack-types.workspace = true
1719
ez-hash.workspace = true
1820
fs-err.workspace = true

0 commit comments

Comments
 (0)