mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-11 05:34:11 +03:00
12 lines
290 B
TOML
12 lines
290 B
TOML
[package]
|
|
name = "roc_highlight"
|
|
version = "0.1.0"
|
|
authors = ["The Roc Contributors"]
|
|
license = "UPL-1.0"
|
|
edition = "2018"
|
|
description = "For syntax highlighting, starts with a string and returns our markup nodes."
|
|
|
|
[dependencies]
|
|
peg = "0.8.0"
|
|
roc_code_markup = { path = "../code_markup"}
|