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

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" }