zola/components/highlighting/Cargo.toml
Vincent Prouillet bfdc93f948 Cargo update
2017-12-29 19:51:22 +01:00

9 lines
198 B
TOML

[package]
name = "highlighting"
version = "0.1.0"
authors = ["Vincent Prouillet <vincent@wearewizards.io>"]
[dependencies]
lazy_static = "1"
syntect = { version = "1", features = ["static-onig"] }