Refactor API
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "basic-jwt"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
edition = "2021"
|
||||
authors = ["Pierre Hubert <pierre.git@communiquons.org>"]
|
||||
description = "Basic JWT signing and verification library"
|
||||
@@ -17,4 +17,4 @@ serde = { version = "1.0.198", features = ["derive"] }
|
||||
anyhow = "1.0.82"
|
||||
elliptic-curve = { version = "0.13.8", features = ["pkcs8", "pem"] }
|
||||
p384 = { version = "0.13.0", features = ["ecdsa", "pkcs8", "pem"] }
|
||||
jsonwebtoken = "9.3.0"
|
||||
jsonwebtoken = "9.3.0"
|
||||
|
Reference in New Issue
Block a user