This commit is contained in:
despiegk 2025-05-08 09:51:26 +03:00
parent 433606eb25
commit 94dcf11c2f

View File

@ -23,11 +23,9 @@ futures-util = "0.3"
num_cpus = "1.15" num_cpus = "1.15"
bcrypt = "0.14" bcrypt = "0.14"
uuid = { version = "1.3", features = ["v4", "serde"] } uuid = { version = "1.3", features = ["v4", "serde"] }
oauth2 = { version = "4.3", optional = true } oauth2 = { version = "4.3" }
reqwest = { version = "0.11", features = ["json"], optional = true } reqwest = { version = "0.11", features = ["json"] }
[features]
gitea = ["oauth2", "reqwest"]
[dev-dependencies] [dev-dependencies]
actix-rt = "2.8" actix-rt = "2.8"