roc/crates/compiler/fmt/Cargo.toml
2024-12-01 12:40:19 -08:00

18 lines
381 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.workspace = true
roc_module.workspace = true
roc_parse.workspace = true
roc_region.workspace = true
roc_error_macros.workspace = true
bumpalo.workspace = true
soa.workspace = true