roc/crates/compiler/gen_llvm/Cargo.toml

28 lines
714 B
TOML

[package]
name = "roc_gen_llvm"
description = "The LLVM backend for the Roc compiler"
authors.workspace = true
edition.workspace = true
license.workspace = true
version.workspace = true
[dependencies]
morphic_lib.workspace = true
roc_alias_analysis.workspace = true
roc_bitcode_bc.workspace = true
roc_builtins.workspace = true
roc_collections.workspace = true
roc_debug_flags.workspace = true
roc_error_macros.workspace = true
roc_module.workspace = true
roc_mono.workspace = true
roc_region.workspace = true
roc_std.workspace = true
roc_target.workspace = true
bumpalo.workspace = true
inkwell.workspace = true
target-lexicon.workspace = true
[package.metadata.cargo-udeps.ignore]
normal = ["roc_bitcode_bc"]