roc/crates/compiler/lower_params/Cargo.toml
2024-08-27 16:08:26 -03:00

18 lines
487 B
TOML

[package]
name = "roc_lower_params"
description = "Lowers module params by extending functions and their calls"
authors.workspace = true
edition.workspace = true
license.workspace = true
version.workspace = true
[dependencies]
roc_can = { path = "../can" }
roc_module = { path = "../module" }
roc_region = { path = "../region" }
roc_types = { path = "../types" }
roc_collections = { path = "../collections" }
roc_solve_problem = { path = "../solve_problem" }
bumpalo.workspace = true