This commit is contained in:
Paul Zinselmeyer 2023-11-02 23:10:38 +01:00
commit 1b3973064b
Signed by: pfzetto
GPG key ID: 4EEF46A5B276E648
4 changed files with 30 additions and 0 deletions

14
Cargo.toml Normal file
View file

@ -0,0 +1,14 @@
[package]
name = "axum-oidc"
description = "A OpenID Connect Client and Bearer Token Libary for axum"
version = "0.0.0"
edition = "2021"
authors = [ "Paul Z <info@pfz4.de>" ]
readme = "README.md"
repository = "https://github.com/pfz4/axum-oidc"
license = "LGPL-3.0-or-later"
keywords = [ "axum", "oidc", "openidconnect", "authentication" ]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]