about summary refs log tree commit diff
path: root/tools/cheddar/Cargo.toml
blob: ca9ed0dfe4acd911af54987b532a656fee98d402 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[package]
name = "cheddar"
version = "0.1.0"
authors = ["Vincent Ambo <mail@tazj.in>"]
edition = "2018"

[dependencies]
comrak = "0.7"
lazy_static = "1.4"
syntect = "4.2.0"