mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
18 lines
491 B
TOML
18 lines
491 B
TOML
[package]
|
|
name = "roc_unify"
|
|
description = "Implements Roc's unification algorithm, the heartstone of Roc's type inference."
|
|
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
version.workspace = true
|
|
|
|
[dependencies]
|
|
roc_collections.workspace = true
|
|
roc_error_macros.workspace = true
|
|
roc_module.workspace = true
|
|
roc_types.workspace = true
|
|
roc_debug_flags.workspace = true
|
|
roc_tracing.workspace = true
|
|
roc_checkmate.workspace = true
|
|
roc_solve_schema.workspace = true
|