mirror of
https://github.com/CloudNebulaProject/barycenter.git
synced 2026-04-10 21:20:41 +00:00
chore: add repository metadata to Cargo.toml for cargo-release
This commit is contained in:
parent
221406b1a2
commit
85544c7b92
1 changed files with 5 additions and 0 deletions
|
|
@ -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"] }
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue