mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-23 06:25:10 +00:00
20 lines
520 B
TOML
20 lines
520 B
TOML
[package]
|
|
name = "roc_bitcode"
|
|
description = "Compiles the zig bitcode to `.o` for builtins"
|
|
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
version.workspace = true
|
|
|
|
[dependencies]
|
|
tempfile.workspace = true
|
|
|
|
[build-dependencies]
|
|
roc_command_utils = { path = "../../../utils/command" }
|
|
roc_error_macros = { path = "../../../error_macros" }
|
|
# dunce can be removed once ziglang/zig#5109 is fixed
|
|
dunce = "1.0.3"
|
|
|
|
[target.'cfg(target_os = "macos")'.build-dependencies]
|
|
tempfile.workspace = true
|