chore: add repository metadata to Cargo.toml for cargo-release

This commit is contained in:
Till Wegmueller 2025-11-29 16:01:15 +01:00
parent 221406b1a2
commit 85544c7b92
No known key found for this signature in database

View file

@ -4,6 +4,11 @@ version = "0.1.0"
edition = "2021" edition = "2021"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
description = "OpenID Connect IdP with federation, property storage, and auto-registration the center of gravity between multiple objects." description = "OpenID Connect IdP with federation, property storage, and auto-registration the center of gravity between multiple objects."
repository = "https://github.com/CloudNebulaProject/barycenter"
homepage = "https://github.com/CloudNebulaProject/barycenter"
documentation = "https://github.com/CloudNebulaProject/barycenter/blob/main/README.md"
keywords = ["openid", "oauth2", "identity", "authentication", "oidc"]
categories = ["authentication", "web-programming"]
[dependencies] [dependencies]
axum = { version = "0.8", features = ["json", "form"] } axum = { version = "0.8", features = ["json", "form"] }