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

11 lines
286 B
TOML

[package]
name = "roc_region"
version = "0.0.1"
authors = ["The Roc Contributors"]
license = "UPL-1.0"
edition = "2021"
description = "Data structures for storing source-code-location information, used heavily for contextual error messages."
[dependencies]
static_assertions = "1.1.0"