roc/compiler/collections/Cargo.toml

13 lines
347 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"
2020-03-07 19:20:35 +03:00
bumpalo = { version = "3.2", features = ["collections"] }