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 1478d55 commit 41f0febCopy full SHA for 41f0feb
.github/actions/publish/publish-rust/action.yml
@@ -21,7 +21,7 @@ runs:
21
22
- name: Install cargo-release
23
shell: bash
24
- run: cargo install cargo-release
+ run: cargo install --version ^0.21 cargo-release
25
26
- name: Publish library to crates.io
27
README.md
@@ -50,7 +50,12 @@ This library supports
50
`Sha-256` hash function is shipped by default, encoding/decoding with other hash functions is possible.
51
52
## Getting started
53
-ToDo
+Include the library in your `cargo.toml`.
54
+
55
+```bash
56
+[dependencies]
57
+sd-jwt = { version = "0.1.0" }
58
+```
59
60
## Examples
61
0 commit comments