mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 20:28:02 +00:00
29 lines
722 B
TOML
29 lines
722 B
TOML
[package]
|
|
name = "roc_reporting"
|
|
description = "Responsible for generating warning and error messages."
|
|
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
version.workspace = true
|
|
|
|
[dependencies]
|
|
roc_can.workspace = true
|
|
roc_collections.workspace = true
|
|
roc_error_macros.workspace = true
|
|
roc_exhaustive.workspace = true
|
|
roc_fmt.workspace = true
|
|
roc_module.workspace = true
|
|
roc_parse.workspace = true
|
|
roc_packaging.workspace = true
|
|
roc_problem.workspace = true
|
|
roc_region.workspace = true
|
|
roc_solve_problem.workspace = true
|
|
roc_std.workspace = true
|
|
roc_types.workspace = true
|
|
ven_pretty.workspace = true
|
|
byte-unit = "4.0.19"
|
|
itertools = "0.10.5"
|
|
|
|
bumpalo.workspace = true
|
|
distance.workspace = true
|