Update crate metadata

This commit is contained in:
Pierre HUBERT 2024-04-20 13:19:52 +02:00
parent 0743532eff
commit e947417b0b

View File

@ -2,6 +2,12 @@
name = "basic-jwt" name = "basic-jwt"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"
authors = ["Pierre Hubert <pierre.git@communiquons.org>"]
description = "Basic JWT signing and verification library"
license = "MIT"
repository = "https://gitea.communiquons.org/pierre/basic-jwt"
keywords = ["jwt"]
readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html