roc/compiler/collections/Cargo.toml
2020-03-07 11:20:35 -05:00

12 lines
339 B
TOML

[package]
name = "roc_collections"
version = "0.1.0"
authors = ["Richard Feldman <oss@rtfeldman.com>"]
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"
bumpalo = { version = "3.2", features = ["collections"] }