This commit is contained in:
Simon
2025-10-03 17:25:47 +00:00
parent 37d11034d8
commit 20d069f01f
5 changed files with 302 additions and 1 deletions

View File

@@ -23,3 +23,8 @@ capitalize = "0.3.4"
url = "2.5.4"
base64 = "0.22.1"
scraper = "0.24.0"
[lints.rust]
unexpected_cfgs = "allow"
# Or keep it as a warning but whitelist the cfg:
# unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_error_description_deprecated)'] }