roc/crates/compiler/intern/Cargo.toml
2022-08-31 14:33:51 -05:00

10 lines
203 B
TOML

[package]
name = "roc_intern"
version = "0.0.1"
authors = ["The Roc Contributors"]
license = "UPL-1.0"
edition = "2021"
[dependencies]
roc_collections = { path = "../collections" }
parking_lot = "0.12"