diff --git a/Cargo.toml b/Cargo.toml index 1cd5a1b6..42839f77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/oid4vci/Cargo.toml b/oid4vci/Cargo.toml index f5787684..67c89393 100644 --- a/oid4vci/Cargo.toml +++ b/oid4vci/Cargo.toml @@ -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 diff --git a/oid4vp/Cargo.toml b/oid4vp/Cargo.toml index 9cdeae31..dbea3241 100644 --- a/oid4vp/Cargo.toml +++ b/oid4vp/Cargo.toml @@ -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 diff --git a/siopv2/Cargo.toml b/siopv2/Cargo.toml index 70c7a2df..cbf0ab55 100644 --- a/siopv2/Cargo.toml +++ b/siopv2/Cargo.toml @@ -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