From 08ec8b1c8eede9d2761f49715423d50729528894 Mon Sep 17 00:00:00 2001 From: Abdulrahim Al Methiab Date: Thu, 30 Nov 2023 19:17:12 +0100 Subject: [PATCH] add metadata --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 30bcfac..0758c6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,9 @@ homepage = "https://www.iota.org" license = "Apache-2.0" repository = "https://github.com/iotaledger/sd-jwt" rust-version = "1.65" +readme = "./README.md" +description = "Rust implementation of the Selective Disclosure for JWTs (SD-JWT)" +keywords = ["sd-jwt", "selective-disclosure", "disclosure"] [dependencies] multibase = { version = "0.9", default-features = false, features = ["std"] }