mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
21 lines
499 B
TOML
21 lines
499 B
TOML
[package]
|
|
name = "roc_module"
|
|
description = "Implements data structures used for efficiently representing unique modules and identifiers in Roc programs."
|
|
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
version.workspace = true
|
|
|
|
[dependencies]
|
|
roc_collections.workspace = true
|
|
roc_error_macros.workspace = true
|
|
roc_ident.workspace = true
|
|
roc_region.workspace = true
|
|
|
|
bumpalo.workspace = true
|
|
static_assertions.workspace = true
|
|
|
|
[features]
|
|
debug-symbols = []
|
|
default = []
|