roc/crates/highlight/Cargo.toml

12 lines
290 B
TOML

[package]
name = "roc_highlight"
version = "0.1.0"
authors = ["The Roc Contributors"]
license = "UPL-1.0"
edition = "2021"
description = "For syntax highlighting, starts with a string and returns our markup nodes."
[dependencies]
peg = "0.8.0"
roc_code_markup = { path = "../code_markup"}