tvl-depot/tools/cheddar/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
297 B
TOML
Raw Normal View History

[package]
name = "cheddar"
version = "0.2.0"
authors = ["Vincent Ambo <mail@tazj.in>"]
edition = "2018"
[dependencies]
clap = "2.33"
comrak = "0.15"
lazy_static = "1.4"
rouille = "3.6"
syntect = "5.0"
serde_json = "1.0"
regex = "1.7"
[dependencies.serde]
version = "1.0"
features = [ "derive" ]