roc/compiler/collections/Cargo.toml

15 lines
326 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 = "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"] }
2021-04-18 16:35:43 +03:00
hashbrown = { version = "0.11.2", features = [ "bumpalo" ] }
2022-05-05 21:48:50 +03:00
bitvec = "1"