From e13d73f9c501d7340712feb7b666775fc55b75b3 Mon Sep 17 00:00:00 2001 From: KunoiSayami <46131041+KunoiSayami@users.noreply.github.com> Date: Fri, 7 May 2021 02:06:52 +0800 Subject: feat: Make redis key more shorter --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 49a3118..5349a40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cgit-simple-authentication" -version = "0.0.2" +version = "0.1.0" authors = ["KunoiSayami <46131041+KunoiSayami@users.noreply.github.com>"] edition = "2018" @@ -20,4 +20,5 @@ clap = "2.33" handlebars = "3.4" url = "2.1" redis = { version = "0.17.0", features = ["tokio-comp"] } -sha2 = "0.9.3" \ No newline at end of file +sha2 = "0.9.3" +base64 = "0.13.0" \ No newline at end of file -- cgit v1.3.1