We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 468dc6c commit 55cb1bdCopy full SHA for 55cb1bd
Cargo.toml
@@ -1,11 +1,11 @@
1
[package]
2
-name = "sd-jwt"
+name = "sd-jwt-payload"
3
version = "0.1.0"
4
edition = "2021"
5
authors = ["IOTA Stiftung"]
6
homepage = "https://www.iota.org"
7
license = "Apache-2.0"
8
-repository = "https://github.com/iotaledger/sd-jwt"
+repository = "https://github.com/iotaledger/sd-jwt-payload"
9
rust-version = "1.65"
10
readme = "./README.md"
11
description = "Rust implementation of the Selective Disclosure for JWTs (SD-JWT)"
README.md
@@ -53,10 +53,9 @@ This library supports
53
Include the library in your `cargo.toml`.
54
55
```bash
56
-//todo
+[dependencies]
57
+sd-jwt = { version = "0.1.0" }
58
```
-<!-- [dependencies] -->
59
-<!-- sd-jwt = { version = "0.1.0" } -->
60
61
## Examples
62
0 commit comments