roc/compiler/arena_pool/Cargo.toml

12 lines
249 B
TOML
Raw Normal View History

2020-08-01 22:42:03 +03:00
[package]
name = "arena-pool"
2020-08-01 22:42:03 +03:00
version = "0.1.0"
2021-04-10 15:07:38 +03:00
authors = ["The Roc Contributors"]
license = "Apache-2.0"
2020-08-01 22:42:03 +03:00
repository = "https://github.com/rtfeldman/roc"
edition = "2018"
description = "A CLI for Roc"
2020-08-02 07:03:38 +03:00
[dev-dependencies]
pretty_assertions = "0.5.1"