feat: define internfaces to create,fetch and rm auth challenges

This commit is contained in:
Aravinth Manivannan
2023-06-13 19:23:23 +05:30
parent 78de0b266f
commit c53fe2e3ff
3 changed files with 82 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ serde = { version = "1", features = ["derive"]}
url = { version = "2.2.2", features = ["serde"] }
#libmcaptcha = { version = "0.2.2", git = "https://github.com/mCaptcha/libmcaptcha", features = ["minimal"], default-features = false, tag = "0.2.2"}
libmcaptcha = { branch = "master", git = "https://github.com/mCaptcha/libmcaptcha", features = ["full"] }
uuid = { version = "1.3.3", features = ["v4", "serde"] }
[features]
default = []