mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-23 06:25:10 +00:00
15 lines
426 B
TOML
15 lines
426 B
TOML
[package]
|
|
name = "roc_problem"
|
|
description = "Provides types to describe problems that can occur when compiling Roc code."
|
|
|
|
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_types = { path = "../types" }
|