roc/crates/compiler/fmt/Cargo.toml
2024-04-14 13:44:59 +10:00

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