mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 11:52:19 +00:00
15 lines
403 B
TOML
15 lines
403 B
TOML
[package]
|
|
name = "roc_builtins"
|
|
description = "Provides the Roc functions and modules that are implicitly imported into every module."
|
|
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
version.workspace = true
|
|
|
|
[dependencies]
|
|
roc_collections.workspace = true
|
|
roc_module.workspace = true
|
|
roc_region.workspace = true
|
|
roc_target.workspace = true
|
|
roc_error_macros.workspace = true
|