aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKunoiSayami <[email protected]>2021-11-10 20:28:13 +0800
committerKunoiSayami <[email protected]>2021-11-10 20:28:13 +0800
commitc64151e929cea76be5553cdeeeaf90de2ca75d89 (patch)
tree343d8ee53fc1f2c6544fc113118e01c97f8980dd /Cargo.toml
parent28c0cee02dc8fd49af84dd42af76f31f43f267da (diff)
feat(core): Support use PAM to provide verification
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5ea42f9..2b8e9f8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cgit-simple-authentication"
-version = "3.0.7"
+version = "4.0.0-alpha"
authors = ["KunoiSayami <[email protected]>"]
edition = "2018"
@@ -26,6 +26,8 @@ rand_core = "0.6"
uuid = { version = "0.8", features = ["v4"] }
tempdir = "0.3"
regex = "1"
+pam = "0.7.0"
+async-trait = "0.1"
[target.aarch64-unknown-linux-musl.dependencies]
openssl = { version = "0.10", features = ["vendored"] }