mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-19 04:25:03 +00:00
17 lines
437 B
TOML
17 lines
437 B
TOML
[package]
|
|
name = "roc_bitcode_bc"
|
|
description = "Compiles the zig bitcode to `.bc` for llvm"
|
|
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
version.workspace = true
|
|
|
|
[build-dependencies]
|
|
roc_command_utils.workspace = true
|
|
roc_error_macros.workspace = true
|
|
# dunce can be removed once ziglang/zig#5109 is fixed
|
|
dunce = "1.0.3"
|
|
|
|
[target.'cfg(target_os = "macos")'.build-dependencies]
|
|
tempfile.workspace = true
|