roc/compiler/collections/Cargo.toml

14 lines
410 B
TOML
Raw Normal View History

[package]
name = "roc_collections"
version = "0.1.0"
2021-04-10 15:07:38 +03:00
authors = ["The Roc Contributors"]
license = "Apache-2.0"
edition = "2018"
[dependencies]
im = "14" # im and im-rc should always have the same version!
im-rc = "14" # im and im-rc should always have the same version!
wyhash = "0.3"
2021-04-18 15:36:47 +03:00
bumpalo = { version = "3.6.1", features = ["collections"] }
2021-04-18 16:35:43 +03:00
hashbrown = { version = "0.11.2", features = [ "bumpalo" ] }