zola/components/highlighting/Cargo.toml

9 lines
156 B
TOML
Raw Normal View History

[package]
name = "highlighting"
version = "0.1.0"
authors = ["Vincent Prouillet <vincent@wearewizards.io>"]
[dependencies]
2017-12-29 18:51:22 +00:00
lazy_static = "1"
2018-01-02 16:46:51 +00:00
syntect = "2"