mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 20:28:02 +00:00
16 lines
458 B
TOML
16 lines
458 B
TOML
[package]
|
|
name = "roc_late_solve"
|
|
version = "0.1.0"
|
|
authors = ["The Roc Contributors"]
|
|
license = "UPL-1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
roc_types = { path = "../types" }
|
|
roc_can = { path = "../can" }
|
|
roc_derive_key = { path = "../derive_key" }
|
|
roc_module = { path = "../module" }
|
|
roc_unify = { path = "../unify" }
|
|
roc_solve = { path = "../solve" }
|
|
roc_collections = { path = "../collections" }
|
|
bumpalo = { version = "3.8.0", features = ["collections"] }
|