Skip to content

Commit

Permalink
Merge branch 'dev' into feat/multi-did
Browse files Browse the repository at this point in the history
  • Loading branch information
nanderstabel authored Jun 19, 2023
2 parents 7e0efb0 + d88a0dd commit 0164c65
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
description = "Rust implementation of the OpenID4VC standards"
homepage = "https://www.impierce.com/"
keywords = ["openid4vc", "siopv2", "openid4vp", "openid4vci", "OpenID Connect"]
keywords = ["openid4vc", "siopv2", "openid4vp", "openid4vci", "OpenID"]
license = "Apache-2.0"
repository = "https://github.com/impierce/openid4vc"

Expand Down
2 changes: 1 addition & 1 deletion oid4vci/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ version = "0.1.0"
edition = "2021"
description = "Rust implementation for the OpenID Connect OpenID for Verifiable Credential Issuance standard"
homepage.workspace = true
keywords = ["oid4vc", "openid4vc", "oid4vci", "OpenID Connect"]
keywords = ["oid4vc", "openid4vc", "oid4vci", "OpenID"]
license.workspace = true
repository.workspace = true
2 changes: 1 addition & 1 deletion oid4vp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ version = "0.1.0"
edition = "2021"
description = "Rust implementation for the OpenID Connect OpenID for Verifiable Presentations standard"
homepage.workspace = true
keywords = ["oid4vc", "openid4vc", "oid4vp", "OpenID Connect"]
keywords = ["oid4vc", "openid4vc", "oid4vp", "OpenID"]
license.workspace = true
repository.workspace = true
2 changes: 1 addition & 1 deletion siopv2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
description = "Rust implementation for the OpenID Connect Self-Issued OpenID Provider v2 standard"
homepage.workspace = true
keywords = ["oid4vc", "openid4vc", "siopv2", "OpenID Connect"]
keywords = ["oid4vc", "openid4vc", "siopv2", "OpenID"]
license.workspace = true
repository.workspace = true

Expand Down

0 comments on commit 0164c65

Please sign in to comment.