chore: add openidconnect, jsonwebtoken, etc

This commit is contained in:
Jesús Pérez 2023-09-19 02:24:43 +01:00
parent f59876f920
commit d495ea4a8e

View File

@ -1,6 +1,6 @@
[package]
name = "docserver"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
authors = ["Jesus Perez <Jesus.Perez@tii.ae>"]
#publish = false
@ -53,7 +53,8 @@ async-sqlx-session = { version = "0.4.0", features = ["sqlite"] }
forwarded-header-value = "0.1.1"
lettre = { version = "0.10.4", features = ["smtp-transport", "tokio1", "tokio1-native-tls", "builder"] }
chrono = "0.4.26"
chrono = { version = "0.4.*" }
encoding = "0.*"
uuid = { version = "1.4.1", features = ["v4", "serde"] }
rand = "0.8.5"
walkdir = "2.3.3"