Skip to content

Commit

Permalink
Add mising fields to tdxc crate (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkulke authored Nov 28, 2023
1 parent 4d8d22e commit 79110f2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions az-cvm-vtpm/az-tdx-vtpm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@
name = "az-tdx-vtpm"
version = "0.4.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
repository = "https://github.com/kinvolk/azure-cvm-tooling/"
license = "MIT"
keywords = ["azure", "tpm", "tdx"]
categories = ["cryptography", "virtualization"]
description = "vTPM based TDX attestation for Azure Confidential VMs"

[lib]
path = "src/lib.rs"
Expand Down

0 comments on commit 79110f2

Please sign in to comment.