From 55cb1bd7a0560d7727cceaf7644b80525f278194 Mon Sep 17 00:00:00 2001 From: Abdulrahim Al Methiab Date: Mon, 11 Dec 2023 11:45:59 +0100 Subject: [PATCH] change crate name --- Cargo.toml | 4 ++-- README.md | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6588f4d..00407d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] -name = "sd-jwt" +name = "sd-jwt-payload" version = "0.1.0" edition = "2021" authors = ["IOTA Stiftung"] homepage = "https://www.iota.org" license = "Apache-2.0" -repository = "https://github.com/iotaledger/sd-jwt" +repository = "https://github.com/iotaledger/sd-jwt-payload" rust-version = "1.65" readme = "./README.md" description = "Rust implementation of the Selective Disclosure for JWTs (SD-JWT)" diff --git a/README.md b/README.md index 00c9368..13d7805 100644 --- a/README.md +++ b/README.md @@ -53,10 +53,9 @@ This library supports Include the library in your `cargo.toml`. ```bash -//todo +[dependencies] +sd-jwt = { version = "0.1.0" } ``` - - ## Examples