mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 20:28:02 +00:00
16 lines
388 B
TOML
16 lines
388 B
TOML
[package]
|
|
name = "roc_collections"
|
|
version = "0.0.1"
|
|
authors = ["The Roc Contributors"]
|
|
license = "UPL-1.0"
|
|
edition = "2021"
|
|
description = "Domain-specific collections created for the needs of the compiler."
|
|
|
|
[dependencies]
|
|
fnv.workspace = true
|
|
im.workspace = true
|
|
im-rc.workspace = true
|
|
wyhash.workspace = true
|
|
bumpalo.workspace = true
|
|
hashbrown.workspace = true
|
|
bitvec.workspace = true
|