mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 06:55:15 +00:00
18 lines
487 B
TOML
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
|