The first step with this tool will be to use it as a source-filter for cgit. The second step is to use it as the Markdown renderer by depending on one of the Markdown libraries, with integration for rendering code snippets directly.
8 lines
144 B
TOML
8 lines
144 B
TOML
[package]
|
|
name = "cheddar"
|
|
version = "0.1.0"
|
|
authors = ["Vincent Ambo <mail@tazj.in>"]
|
|
edition = "2018"
|
|
|
|
[dependencies.syntect]
|
|
version = "3.3"
|