feat: define interface for creating captcha

This commit is contained in:
realaravinth
2022-05-12 11:50:24 +05:30
parent 049f2b6eea
commit 00dca4a069
4 changed files with 27 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ async-trait = "0.1.51"
thiserror = "1.0.30"
serde = { version = "1", features = ["derive"]}
url = { version = "2.2.2", features = ["serde"] }
libmcaptcha = { branch = "master", git = "https://github.com/mCaptcha/libmcaptcha", features = ["minimal"], default-features = false }
[features]
default = []