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

10 lines
240 B
TOML

[package]
name = "roc_debug_flags"
version = "0.0.1"
edition = "2021"
authors = ["The Roc Contributors"]
license = "UPL-1.0"
description = "Environment variables that can be toggled to aid debugging of the compiler itself."
[dependencies]