roc/crates/compiler/exhaustive/Cargo.toml
2023-03-06 19:47:57 -08:00

15 lines
416 B
TOML

[package]
name = "roc_exhaustive"
description = "Provides exhaustiveness checking for Roc."
authors.workspace = true
edition.workspace = true
license.workspace = true
version.workspace = true
[dependencies]
roc_collections = { path = "../collections" }
roc_error_macros = { path = "../../error_macros" }
roc_module = { path = "../module" }
roc_problem = { path = "../problem" }
roc_region = { path = "../region" }