mediawiki/pandoc: call directly instead of via lib

Pandoc crate is confusing and badly documented.
Using std::process::command now to avoid temporary files.
This commit is contained in:
nobody 2024-08-25 21:14:05 +02:00 committed by murmeldin
parent 3608838949
commit d3681e1699
2 changed files with 34 additions and 11 deletions

View file

@ -5,7 +5,6 @@ edition = "2021"
[dependencies]
stdext = "0.3.3"
pandoc = "0.8"
chrono = "0.4.38"
regex = "1.10.5"
futures = "0.3.30"