Skip to content

Commit 53a6ca5

Browse files
committed
refactor: move template evaluator to wikitext_simplified
1 parent f6c7140 commit 53a6ca5

File tree

6 files changed

+303
-717
lines changed

6 files changed

+303
-717
lines changed

Cargo.lock

Lines changed: 31 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ serde = { version = "1.0", features = ["derive"] }
99
serde_json = "1.0.140"
1010
wikitext_simplified = { git = "https://github.com/philpax/wikitext_simplified.git" }
1111
# wikitext_simplified = { path = "../wikitext_simplified/wikitext_simplified" }
12+
wikitext_simplified_template_eval = { git = "https://github.com/philpax/wikitext_simplified.git" }
13+
# wikitext_simplified_template_eval = { path = "../wikitext_simplified/wikitext_simplified_template_eval" }
1214
paxhtml = { git = "https://github.com/philpax/paxhtml.git" }
1315
# paxhtml = { path = "../paxhtml/paxhtml" }
1416
paxhtml_tailwind = { git = "https://github.com/philpax/paxhtml.git" }
1517
syntect = "5.2"
18+
pollster = "0.4"

0 commit comments

Comments
 (0)