aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKunoiSayami <[email protected]>2021-05-09 01:55:14 +0800
committerKunoiSayami <[email protected]>2021-05-09 01:55:14 +0800
commitd5f0c9c0a137cee561f1a94fb3425d52170ac196 (patch)
tree834b3a4a9f65359e76379086b2363e3b33504fbb /Cargo.toml
parent3cdf24651f7ee7914cc95970951d269c13fd13a5 (diff)
feat: Add list user commandv0.1.4
* workflow: Delete Windows build target
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a91d4af..658dbfe 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cgit-simple-authentication"
-version = "0.1.3"
+version = "0.1.4"
authors = ["KunoiSayami <[email protected]>"]
edition = "2018"
@@ -21,8 +21,8 @@ url = "2.1"
redis = { version = "0.17", features = ["tokio-comp"] }
sha2 = "0.9"
base64 = "0.13"
-simple-logging = "2"
log4rs = "1"
+tokio-stream = "0.1"
[target.aarch64-unknown-linux-musl.dependencies]
openssl = { version = "0.10", features = ["vendored"] } \ No newline at end of file