From f5d2710e105a9b62e5af95cd0febd8130ace201f Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Fri, 21 Aug 2020 10:00:04 +0200 Subject: [PATCH] Add crates metadata Signed-off-by: Patrick Uiterwijk --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index df3e5f2..1ed3006 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,11 @@ [package] name = "clevis-pin-tpm2" version = "0.1.2" +description = "Clevis TPM2 PIN with policy support" authors = ["Patrick Uiterwijk "] edition = "2018" +homepage = "https://github.com/fedora-iot/clevis-pin-tpm2" +license = "EUPL-1.2" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html