roc/crates/compiler/problem/Cargo.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