use redis

This commit is contained in:
2022-07-13 22:57:09 +02:00
parent 0913a8ad0c
commit ff36d375ea
9 changed files with 283 additions and 294 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "cryptgeon"
version = "1.5.3"
version = "2.0.0-rc.0"
authors = ["cupcakearmy <hi@nicco.io>"]
edition = "2021"
@@ -18,7 +18,8 @@ serde_json = "1"
lazy_static = "1"
ring = "0.16"
bs62 = "0.1"
memcache = "0.16"
byte-unit = "4"
dotenv = "0.15"
mime = "0.3"
env_logger = "0.9"
redis = "0.21.5"