roc/crates/compiler/collections/Cargo.toml

18 lines
399 B
TOML
Raw Normal View History

[package]
name = "roc_collections"
description = "Domain-specific collections created for the needs of the compiler."
2023-03-07 03:36:18 +03:00
authors.workspace = true
edition.workspace = true
license.workspace = true
version.workspace = true
[dependencies]
bitvec.workspace = true
bumpalo.workspace = true
2022-11-13 17:16:52 +03:00
fnv.workspace = true
hashbrown.workspace = true
2022-11-13 17:16:52 +03:00
im-rc.workspace = true
im.workspace = true
2022-11-13 17:16:52 +03:00
wyhash.workspace = true