mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 20:28:02 +00:00
17 lines
430 B
TOML
17 lines
430 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.workspace = true
|
|
roc_module.workspace = true
|
|
roc_region.workspace = true
|
|
roc_types.workspace = true
|
|
roc_collections.workspace = true
|
|
roc_solve_problem.workspace = true
|
|
bumpalo.workspace = true
|