mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 23:04:49 +00:00
18 lines
444 B
TOML
18 lines
444 B
TOML
[package]
|
|
name = "roc_builtins"
|
|
version = "0.1.0"
|
|
authors = ["The Roc Contributors"]
|
|
license = "UPL-1.0"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
roc_collections = { path = "../collections" }
|
|
roc_region = { path = "../region" }
|
|
roc_module = { path = "../module" }
|
|
roc_types = { path = "../types" }
|
|
roc_target = { path = "../roc_target" }
|
|
lazy_static = "1.4.0"
|
|
|
|
[build-dependencies]
|
|
# dunce can be removed once ziglang/zig#5109 is fixed
|
|
dunce = "1.0.2"
|