roc/compiler/region/Cargo.toml

10 lines
164 B
TOML
Raw Normal View History

[package]
name = "roc_region"
version = "0.1.0"
2021-04-10 15:07:38 +03:00
authors = ["The Roc Contributors"]
license = "UPL-1.0"
2021-04-10 15:07:38 +03:00
edition = "2018"
2022-01-02 06:06:19 +03:00
[dependencies]
static_assertions = "1.1.0"