mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
15 lines
383 B
TOML
15 lines
383 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.workspace = true
|
|
roc_module.workspace = true
|
|
roc_parse.workspace = true
|
|
roc_region.workspace = true
|
|
roc_types.workspace = true
|