feat(corp/rih): implement backend captcha validation
Change-Id: Ia80a6aeb8c20bdacbf93356be31592ca4ba7fcdc Reviewed-on: https://cl.tvl.fyi/c/depot/+/8741 Autosubmit: tazjin <tazjin@tvl.su> Reviewed-by: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
This commit is contained in:
parent
b3ca1a78eb
commit
ba36a15b31
4 changed files with 43 additions and 1 deletions
|
@ -10,6 +10,11 @@ serde = { version = "1.0", features = [ "derive" ] }
|
|||
serde_json = "1.0"
|
||||
uuid = { version = "1.3.3", features = ["v4", "serde"] }
|
||||
|
||||
[dependencies.attohttpc]
|
||||
version = "0.22"
|
||||
default-features = false
|
||||
features = [ "tls-rustls" ]
|
||||
|
||||
[dependencies.rouille]
|
||||
version = "3.6"
|
||||
default-features = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue