mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
10 lines
203 B
TOML
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"
|