aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKunoiSayami <[email protected]>2021-05-08 01:22:08 +0800
committerKunoiSayami <[email protected]>2021-05-08 01:22:08 +0800
commit86e4c76dabb20b7f489abcb1f1c3cdb11a494b91 (patch)
tree8369ddbd694637a61fc337c71e89d61e62bc8286 /Cargo.toml
parent3a8881fbaab4d18b865a44198db9c195041cbff2 (diff)
fix: Fix authenticate-cookie not working properlyv0.1.2
* feat: Add adduser subcommand
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 4 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 167c42e..4bb3f9e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,11 +1,11 @@
[package]
name = "cgit-simple-authentication"
-version = "0.1.1"
+version = "0.1.2"
authors = ["KunoiSayami <[email protected]>"]
edition = "2018"
[dependencies]
-log = { version = "0.4", features = ["max_level_trace", "release_max_level_debug"] }
+log = { version = "0.4", features = ["max_level_trace", "release_max_level_trace"] }
env_logger = "0.8"
tokio = { version = "1", features = ["full"] }
serde_json = "1"
@@ -20,4 +20,5 @@ handlebars = "3.4"
url = "2.1"
redis = { version = "0.17.0", features = ["tokio-comp"] }
sha2 = "0.9.3"
-base64 = "0.13.0" \ No newline at end of file
+base64 = "0.13.0"
+simple-logging = "2.0.2" \ No newline at end of file