mirror of
https://github.com/pfzetto/axum-oidc.git
synced 2024-11-22 19:42:50 +01:00
14 lines
454 B
TOML
14 lines
454 B
TOML
[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]
|