From 888d8e9ed6369d53e54b0b8e78eae964d07bf355 Mon Sep 17 00:00:00 2001 From: Rob Sliwa Date: Wed, 30 Oct 2024 10:03:59 -0400 Subject: [PATCH] Updated documentation to include readme file. --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a331164..aeb452f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,11 +5,14 @@ authors = ["Rob Sliwa "] license = "MIT" readme = "README.md" description = "SD-JWT support for Issuers, Holders, and Verifiers" -homepage = "https://github.com/robjsliwa/sd-jwt" +homepage = "https://www.sd-jwt.info" repository = "https://github.com/robjsliwa/sd-jwt" keywords = ["sd-jwt", "sdjwt", "token", "sd_jwt"] edition = "2021" +[package.metadata.docs.rs] +readme = true + [dependencies] serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"