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
299 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.10"
lazy_static = "1.4"
rouille = "3.5"
syntect = "4.5.0"
serde_json = "1.0"
regex = "1.4"
[dependencies.serde]
version = "1.0"
features = [ "derive" ]