1
0
Fork 0

add oauth2 testing

This commit is contained in:
Cyborus 2024-05-22 19:28:44 -04:00
parent 119571229c
commit 014a90048f
No known key found for this signature in database
3 changed files with 178 additions and 1 deletions

View file

@ -24,4 +24,5 @@ zeroize = "1.7.0"
[dev-dependencies]
eyre = "0.6.9"
reqwest = { version = "0.11.18", features = ["cookies"] }
tokio = { version = "1.29.1", features = ["net", "fs", "rt", "macros"] }