roc/compiler/problem/Cargo.toml
2022-05-16 17:04:17 +02:00

14 lines
323 B
TOML

[package]
name = "roc_problem"
version = "0.1.0"
authors = ["The Roc Contributors"]
license = "UPL-1.0"
edition = "2021"
[dependencies]
roc_collections = { path = "../collections" }
roc_region = { path = "../region" }
roc_module = { path = "../module" }
roc_types = { path = "../types" }
roc_parse = { path = "../parse" }