mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-11 16:51:53 +03:00
14 lines
313 B
TOML
14 lines
313 B
TOML
[package]
|
|
name = "roc_collections"
|
|
version = "0.1.0"
|
|
authors = ["The Roc Contributors"]
|
|
license = "UPL-1.0"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
im = "15.0.0"
|
|
im-rc = "15.0.0"
|
|
wyhash = "0.5.0"
|
|
bumpalo = { version = "3.8.0", features = ["collections"] }
|
|
hashbrown = { version = "0.11.2", features = [ "bumpalo" ] }
|