mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
run a toml formatter and then clean it up a bit
This commit is contained in:
parent
4a89bee0a5
commit
f42f61e271
71 changed files with 661 additions and 678 deletions
|
@ -2,14 +2,14 @@
|
|||
name = "roc_problem"
|
||||
description = "Provides types to describe problems that can occur when compiling Roc code."
|
||||
|
||||
version.workspace = true
|
||||
authors.workspace = true
|
||||
license.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
version.workspace = true
|
||||
|
||||
[dependencies]
|
||||
roc_collections = { path = "../collections" }
|
||||
roc_region = { path = "../region" }
|
||||
roc_module = { path = "../module" }
|
||||
roc_types = { path = "../types" }
|
||||
roc_parse = { path = "../parse" }
|
||||
roc_region = { path = "../region" }
|
||||
roc_types = { path = "../types" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue