mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 11:52:19 +00:00
10 lines
251 B
TOML
10 lines
251 B
TOML
[package]
|
|
name = "roc_debug_flags"
|
|
description = "Environment variables that can be toggled to aid debugging of the compiler itself."
|
|
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
version.workspace = true
|
|
|
|
[dependencies]
|