aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKunoiSayami <[email protected]>2021-05-08 22:20:34 +0800
committerKunoiSayami <[email protected]>2021-05-08 22:20:34 +0800
commit3cdf24651f7ee7914cc95970951d269c13fd13a5 (patch)
tree185f1826a194fc7faea0d2337ac8996cc10131fd /Cargo.toml
parenta3eaa8611425c87ef940215650bad6668464c301 (diff)
feat: Support bypass root browsev0.1.3
* fix: Fix redirect not work properly
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml16
1 files changed, 10 insertions, 6 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4bb3f9e..a91d4af 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,11 +1,11 @@
[package]
name = "cgit-simple-authentication"
-version = "0.1.2"
+version = "0.1.3"
authors = ["KunoiSayami <[email protected]>"]
edition = "2018"
[dependencies]
-log = { version = "0.4", features = ["max_level_trace", "release_max_level_trace"] }
+log = { version = "0.4", features = ["max_level_trace", "release_max_level_debug"] }
env_logger = "0.8"
tokio = { version = "1", features = ["full"] }
serde_json = "1"
@@ -18,7 +18,11 @@ rand = "0.7"
clap = "2.33"
handlebars = "3.4"
url = "2.1"
-redis = { version = "0.17.0", features = ["tokio-comp"] }
-sha2 = "0.9.3"
-base64 = "0.13.0"
-simple-logging = "2.0.2" \ No newline at end of file
+redis = { version = "0.17", features = ["tokio-comp"] }
+sha2 = "0.9"
+base64 = "0.13"
+simple-logging = "2"
+log4rs = "1"
+
+[target.aarch64-unknown-linux-musl.dependencies]
+openssl = { version = "0.10", features = ["vendored"] } \ No newline at end of file