mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
21 lines
581 B
TOML
21 lines
581 B
TOML
[package]
|
|
name = "roc_late_solve"
|
|
description = "Provides type unification and solving primitives from the perspective of the compiler backend."
|
|
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
version.workspace = true
|
|
|
|
[dependencies]
|
|
roc_can.workspace = true
|
|
roc_checkmate.workspace = true
|
|
roc_collections.workspace = true
|
|
roc_derive.workspace = true
|
|
roc_error_macros.workspace = true
|
|
roc_module.workspace = true
|
|
roc_solve.workspace = true
|
|
roc_solve_schema.workspace = true
|
|
roc_types.workspace = true
|
|
roc_unify.workspace = true
|
|
bumpalo.workspace = true
|