mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-01 10:52:18 +00:00

Error utils pulls in snafu which requires procedural macros. This means it can't start compiling until syn and macro related crates are compiled. This deals compiling all crates that depend on commands like running zig for the bitcode. The split enables those crates to run sooner.
12 lines
267 B
TOML
12 lines
267 B
TOML
[package]
|
|
name = "roc_command_utils"
|
|
description = "Utility functions used all over the code base to call eternal apps like zig."
|
|
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
version.workspace = true
|
|
|
|
[dependencies]
|
|
|
|
[dev-dependencies]
|