chore(alcoholic_jwt): Prepare for depot merge
This commit is contained in:
parent
17060cece3
commit
14462d5ecd
8 changed files with 0 additions and 22 deletions
16
net/alcoholic_jwt/Cargo.toml
Normal file
16
net/alcoholic_jwt/Cargo.toml
Normal file
|
@ -0,0 +1,16 @@
|
|||
[package]
|
||||
name = "alcoholic_jwt"
|
||||
description = "Library for validation of RS256 JWTs"
|
||||
version = "1.0.0"
|
||||
authors = ["Vincent Ambo <vincent@aprila.no>"]
|
||||
keywords = ["jwt", "token", "jwks"]
|
||||
categories = ["authentication"]
|
||||
license = "GPL-3.0-or-later"
|
||||
repository = "https://github.com/aprilabank/alcoholic_jwt"
|
||||
|
||||
[dependencies]
|
||||
base64 = "0.10"
|
||||
openssl = "0.10"
|
||||
serde = "1.0"
|
||||
serde_derive = "1.0"
|
||||
serde_json = "1.0"
|
Loading…
Add table
Add a link
Reference in a new issue