feat: use libmCaptcha from crates.io

This commit is contained in:
Aravinth Manivannan
2023-10-17 15:38:40 +05:30
parent 561a847bd7
commit cb7245d577
3 changed files with 4 additions and 5 deletions

View File

@@ -59,8 +59,7 @@ log = "0.4"
lazy_static = "1.4"
libmcaptcha = { tag = "0.2.4", git = "https://github.com/mCaptcha/libmcaptcha", features = ["full"] }
#libmcaptcha = { path = "../libmcaptcha", features = ["full"]}
libmcaptcha = "0.2.4"
rand = "0.8"