mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 20:28:02 +00:00
14 lines
326 B
TOML
14 lines
326 B
TOML
[package]
|
|
name = "roc_collections"
|
|
version = "0.1.0"
|
|
authors = ["The Roc Contributors"]
|
|
license = "UPL-1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
im = "15.0.0"
|
|
im-rc = "15.0.0"
|
|
wyhash = "0.5.0"
|
|
bumpalo = { version = "3.8.0", features = ["collections"] }
|
|
hashbrown = { version = "0.12.1", features = [ "bumpalo" ] }
|
|
bitvec = "1"
|