Skip to content

Commit

Permalink
Rework rendering logic and remove Cmd::spawn
Browse files Browse the repository at this point in the history
  • Loading branch information
sakex committed Sep 20, 2023
1 parent 98cc45f commit 5dd8cbe
Show file tree
Hide file tree
Showing 13 changed files with 745 additions and 626 deletions.
604 changes: 419 additions & 185 deletions Cargo.lock

Large diffs are not rendered by default.

6 changes: 2 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,16 @@ description = "Plugins for a mdbook translation workflow based on Gettext."

[dependencies]
anyhow = "1.0.68"
ego-tree = "0.6.2"
markup5ever = "0.11.0"
markup5ever_rcdom = "0.2.0"
lol_html = "1.2.0"
mdbook = { version = "0.4.25", default-features = false }
polib = "0.2.0"
pulldown-cmark = { version = "0.9.2", default-features = false }
pulldown-cmark-to-cmark = "10.0.4"
regex = "1.9.4"
scraper = "0.17.1"
semver = "1.0.16"
serde = "1.0.130"
serde_json = "1.0.91"
tera = "1.19.1"
thiserror = "1.0.30"

[dev-dependencies]
Expand Down
Loading

0 comments on commit 5dd8cbe

Please sign in to comment.