Skip to content

Commit 7c9b9ce

Browse files
committed
add metadata
1 parent 41f0feb commit 7c9b9ce

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ homepage = "https://www.iota.org"
77
license = "Apache-2.0"
88
repository = "https://github.com/iotaledger/sd-jwt"
99
rust-version = "1.65"
10+
readme = "./README.md"
11+
description = "Rust implementation of the Selective Disclosure for JWTs (SD-JWT)"
12+
keywords = ["sd-jwt", "selective-disclosure", "disclosure"]
1013

1114
[dependencies]
1215
multibase = { version = "0.9", default-features = false, features = ["std"] }

README.md

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

5555
```bash
56-
[dependencies]
57-
sd-jwt = { version = "0.1.0" }
56+
//todo
5857
```
58+
<!-- [dependencies] -->
59+
<!-- sd-jwt = { version = "0.1.0" } -->
5960

6061
## Examples
6162

0 commit comments

Comments
 (0)