diff --git a/Cargo.toml b/Cargo.toml index ba70915..e92d92a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "axum-oidc" description = "A wrapper for the openidconnect crate for axum" -version = "0.6.0" +version = "1.0.0-dev-0" edition = "2021" -authors = ["Paul Z "] +authors = ["Paul Z "] readme = "README.md" -repository = "https://github.com/pfz4/axum-oidc" +repository = "https://codeberg.org/pfzetto/axum-oidc" license = "MPL-2.0" keywords = ["axum", "oidc", "openidconnect", "authentication"]