roc/crates/compiler/collections/Cargo.toml

17 lines
388 B
TOML
Raw Normal View History

[package]
name = "roc_collections"
version = "0.0.1"
2021-04-10 15:07:38 +03:00
authors = ["The Roc Contributors"]
license = "UPL-1.0"
2022-05-16 18:04:17 +03:00
edition = "2021"
2022-11-03 12:00:06 +03:00
description = "Domain-specific collections created for the needs of the compiler."
[dependencies]
2022-11-13 17:16:52 +03:00
fnv.workspace = true
im.workspace = true
im-rc.workspace = true
wyhash.workspace = true
bumpalo.workspace = true
hashbrown.workspace = true
bitvec.workspace = true