Add readme

This commit is contained in:
eraden 2023-08-18 22:02:07 +02:00
parent ecf3c3a344
commit e0525b3d82
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -178,7 +178,7 @@ dependencies = [
[[package]]
name = "actix-jwt-session"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"actix-web",
"async-trait",

View File

@ -1,6 +1,6 @@
[package]
name = "actix-jwt-session"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
description = "Full featured JWT session managment for actix"
license = "MIT"