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:
parent
3608838949
commit
d3681e1699
2 changed files with 34 additions and 11 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue