[package] name = "roc_fmt" version = "0.0.1" authors = ["The Roc Contributors"] license = "UPL-1.0" edition = "2021" description = "The roc code formatter." [dependencies] roc_collections = { path = "../collections" } roc_region = { path = "../region" } roc_module = { path = "../module" } roc_parse = { path = "../parse" } bumpalo.workspace = true