chore: use libmcaptcha and libcachebust from crates.io

This commit is contained in:
Aravinth Manivannan
2023-10-17 01:03:46 +05:30
parent 9e77eec657
commit 561a847bd7
11 changed files with 245 additions and 147 deletions

View File

@@ -12,6 +12,6 @@ authors = ["realaravinth <realaravinth@batsense.net>"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
cache-buster = { version = "0.2.0", git = "https://github.com/realaravinth/cache-buster" }
libcachebust = "0.3.0"
serde = { version = "1", features = ["derive"] }
serde_json = "1"