mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-15 04:10:14 +03:00
12 lines
246 B
TOML
12 lines
246 B
TOML
[package]
|
|
name = "arena-pool"
|
|
version = "0.1.0"
|
|
authors = ["The Roc Contributors"]
|
|
license = "UPL-1.0"
|
|
repository = "https://github.com/rtfeldman/roc"
|
|
edition = "2018"
|
|
description = "A CLI for Roc"
|
|
|
|
[dev-dependencies]
|
|
pretty_assertions = "0.5.1"
|