aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 3 insertions, 2 deletions
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 <[email protected]>"]
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