mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [peg](https://github.com/kevinmehall/rust-peg) from 0.8.0 to 0.8.1. - [Release notes](https://github.com/kevinmehall/rust-peg/releases) - [Commits](https://github.com/kevinmehall/rust-peg/compare/0.8.0...0.8.1) --- updated-dependencies: - dependency-name: peg dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
11 lines
290 B
TOML
11 lines
290 B
TOML
[package]
|
|
name = "roc_highlight"
|
|
version = "0.0.1"
|
|
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.1"
|
|
roc_code_markup = { path = "../code_markup"}
|