Skip to content

Commit 55cb1bd

Browse files
committed
change crate name
1 parent 468dc6c commit 55cb1bd

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
2-
name = "sd-jwt"
2+
name = "sd-jwt-payload"
33
version = "0.1.0"
44
edition = "2021"
55
authors = ["IOTA Stiftung"]
66
homepage = "https://www.iota.org"
77
license = "Apache-2.0"
8-
repository = "https://github.com/iotaledger/sd-jwt"
8+
repository = "https://github.com/iotaledger/sd-jwt-payload"
99
rust-version = "1.65"
1010
readme = "./README.md"
1111
description = "Rust implementation of the Selective Disclosure for JWTs (SD-JWT)"

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,9 @@ This library supports
5353
Include the library in your `cargo.toml`.
5454

5555
```bash
56-
//todo
56+
[dependencies]
57+
sd-jwt = { version = "0.1.0" }
5758
```
58-
<!-- [dependencies] -->
59-
<!-- sd-jwt = { version = "0.1.0" } -->
6059
6160
## Examples
6261

0 commit comments

Comments
 (0)