mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [palette](https://github.com/Ogeon/palette) from 0.6.0 to 0.6.1. - [Release notes](https://github.com/Ogeon/palette/releases) - [Changelog](https://github.com/Ogeon/palette/blob/master/CHANGELOG.md) - [Commits](https://github.com/Ogeon/palette/commits) --- updated-dependencies: - dependency-name: palette dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
17 lines
548 B
TOML
17 lines
548 B
TOML
[package]
|
|
name = "roc_code_markup"
|
|
version = "0.1.0"
|
|
authors = ["The Roc Contributors"]
|
|
license = "UPL-1.0"
|
|
edition = "2021"
|
|
description = "Our own markup language for Roc code. Used by the editor and the docs."
|
|
|
|
[dependencies]
|
|
roc_ast = { path = "../ast" }
|
|
roc_module = { path = "../compiler/module" }
|
|
roc_utils = { path = "../utils" }
|
|
serde = { version = "1.0.130", features = ["derive"] }
|
|
palette = "0.6.1"
|
|
snafu = { version = "0.7.1", features = ["backtraces"] }
|
|
bumpalo = { version = "3.8.0", features = ["collections"] }
|
|
itertools = "0.10.1"
|