about summary refs log tree commit diff
path: root/tools/cheddar/Cargo.toml
blob: b7d9a775861d8c47ba7367b75e2aaf92582add2c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[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"
clap = "2.33"