1
0
Fork 0

add more auth options

This commit is contained in:
Cyborus 2023-12-20 13:42:33 -05:00
parent bfb341c3e6
commit 9908d5086c
No known key found for this signature in database
3 changed files with 90 additions and 12 deletions

14
Cargo.lock generated
View file

@ -44,6 +44,12 @@ version = "0.21.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9"
[[package]]
name = "base64ct"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
[[package]]
name = "bitflags"
version = "1.3.2"
@ -169,6 +175,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
name = "forgejo-api"
version = "0.1.0"
dependencies = [
"base64ct",
"bytes",
"eyre",
"reqwest",
@ -179,6 +186,7 @@ dependencies = [
"time",
"tokio",
"url",
"zeroize",
]
[[package]]
@ -1185,3 +1193,9 @@ dependencies = [
"cfg-if",
"windows-sys",
]
[[package]]
name = "zeroize"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d"