mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 15:03:46 +00:00
9 lines
240 B
TOML
9 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]
|