tvl-depot/tools/cheddar/Cargo.toml
Vincent Ambo 4681c07bde feat(tools/cheddar): Check in new syntax highlighting tool
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.
2019-12-21 04:54:57 +00:00

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"