Skip to content

Commit

Permalink
Merge pull request #12 from robjsliwa/docs
Browse files Browse the repository at this point in the history
Updated documentation to include readme file.
  • Loading branch information
robjsliwa authored Oct 30, 2024
2 parents 60954a8 + 888d8e9 commit c671b9e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,14 @@ authors = ["Rob Sliwa <[email protected]>"]
license = "MIT"
readme = "README.md"
description = "SD-JWT support for Issuers, Holders, and Verifiers"
homepage = "https://github.com/robjsliwa/sd-jwt"
homepage = "https://www.sd-jwt.info"
repository = "https://github.com/robjsliwa/sd-jwt"
keywords = ["sd-jwt", "sdjwt", "token", "sd_jwt"]
edition = "2021"

[package.metadata.docs.rs]
readme = true

[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand Down

0 comments on commit c671b9e

Please sign in to comment.