mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
17 lines
413 B
TOML
17 lines
413 B
TOML
[package]
|
|
name = "roc_fmt"
|
|
description = "The roc code formatter."
|
|
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
version.workspace = true
|
|
|
|
[dependencies]
|
|
roc_collections = { path = "../collections" }
|
|
roc_module = { path = "../module" }
|
|
roc_parse = { path = "../parse" }
|
|
roc_region = { path = "../region" }
|
|
roc_error_macros = { path = "../../error_macros" }
|
|
|
|
bumpalo.workspace = true
|