allow for article_titles

This commit is contained in:
2024-08-18 21:46:11 +02:00
parent 6171bb0f85
commit 83aa9bc84c
4 changed files with 7 additions and 2 deletions

View File

@ -28,6 +28,7 @@ itertools = "0.13"
job_scheduler_ng = "2.0"
ureq = { version = "2.9", features = ["json"] }
regex = "1.10"
urlencoding = "2.1"
[target.'cfg(not(windows))'.dependencies]
openssl = { version = "0.10", features = [ "vendored" ] }