mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
28 lines
714 B
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"]
|