roc/crates/compiler/intern/Cargo.toml
2022-11-03 20:00:06 +11:00

11 lines
290 B
TOML

[package]
name = "roc_intern"
version = "0.0.1"
authors = ["The Roc Contributors"]
license = "UPL-1.0"
edition = "2021"
description = "Provides generic interners for concurrent and single-thread use cases."
[dependencies]
roc_collections = { path = "../collections" }
parking_lot = "0.12"