mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 20:28:02 +00:00
11 lines
329 B
TOML
11 lines
329 B
TOML
[package]
|
|
name = "arena-pool"
|
|
version = "0.0.1"
|
|
authors = ["The Roc Contributors"]
|
|
license = "UPL-1.0"
|
|
repository = "https://github.com/roc-lang/roc"
|
|
edition = "2021"
|
|
description = "An implementation of an arena allocator designed for the compiler's workloads."
|
|
|
|
[dependencies]
|
|
roc_error_macros = { path = "../../error_macros" }
|