diff --git a/az-cvm-vtpm/az-tdx-vtpm/Cargo.toml b/az-cvm-vtpm/az-tdx-vtpm/Cargo.toml index 06baebb..546b6d6 100644 --- a/az-cvm-vtpm/az-tdx-vtpm/Cargo.toml +++ b/az-cvm-vtpm/az-tdx-vtpm/Cargo.toml @@ -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"