Skip to content

Commit 8eaca6a

Browse files
authored
RST Rendering for Blog Articles (#11)
Co-authored-by: tanneberger <[email protected]>
1 parent f5e31fc commit 8eaca6a

File tree

7 files changed

+277
-8
lines changed

7 files changed

+277
-8
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ tracing = "0.1"
2222
anyhow = "1.0"
2323
regex = "1.10"
2424
select = "0.6"
25+
rst_parser = "0.4"
26+
rst_renderer = "0.4"
2527

2628
[profile.release]
2729
lto = true

0 commit comments

Comments
 (0)