aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKunoiSayami <[email protected]>2026-02-09 20:59:33 +0800
committerKunoiSayami <[email protected]>2026-02-09 20:59:33 +0800
commit735612ccfba150978d174fcc7d95b2ea3013ab9e (patch)
tree24eff0b3bdbb4cd70246b90cf3eeec86acb62762 /Cargo.toml
parent2d3d384f2c32562df304d027c30e6986bd94c157 (diff)
refactor: Remove pam authentication method
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 1 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f4be69e..288effc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cgit-simple-authentication"
-version = "4.2.1"
+version = "4.3.0"
authors = ["KunoiSayami <[email protected]>"]
edition = "2024"
@@ -18,7 +18,6 @@ log = { version = "0.4", features = [
"release_max_level_info",
] }
log4rs = "1"
-pam = { git = "https://github.com/1wilkens/pam.git", optional = true }
rand = "0.10"
redis = { version = "1", features = ["tokio-comp"] }
regex = "1"
@@ -43,6 +42,3 @@ cpufeatures = "0.3"
[profile.release]
lto = true
panic = "abort"
-
-[features]
-default = []