...
This commit is contained in:
parent
433606eb25
commit
94dcf11c2f
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user