mirror of
https://github.com/roc-lang/roc.git
synced 2025-11-01 05:24:15 +00:00
11 lines
290 B
TOML
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"
|