mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
19 lines
446 B
TOML
19 lines
446 B
TOML
[package]
|
|
name = "roc_code_markup"
|
|
description = "Our own markup language for Roc code. Used by the editor and the docs."
|
|
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
version.workspace = true
|
|
|
|
[dependencies]
|
|
roc_ast = { path = "../ast" }
|
|
roc_module = { path = "../compiler/module" }
|
|
roc_utils = { path = "../utils" }
|
|
|
|
palette.workspace = true
|
|
|
|
bumpalo.workspace = true
|
|
serde.workspace = true
|
|
snafu.workspace = true
|