Skip to content

Commit

Permalink
change crate name
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulmth committed Dec 11, 2023
1 parent 468dc6c commit 55cb1bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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)"
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,9 @@ This library supports
Include the library in your `cargo.toml`.

```bash
//todo
[dependencies]
sd-jwt = { version = "0.1.0" }
```
<!-- [dependencies] -->
<!-- sd-jwt = { version = "0.1.0" } -->
## Examples
Expand Down

0 comments on commit 55cb1bd

Please sign in to comment.