mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-31 02:13:45 +00:00
24 lines
No EOL
619 B
TOML
24 lines
No EOL
619 B
TOML
[package]
|
|
name = "valgrind"
|
|
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
version.workspace = true
|
|
|
|
[dev-dependencies]
|
|
cli_utils = { path = "../cli_utils" }
|
|
roc_build = { path = "../compiler/build" }
|
|
roc_linker = { path = "../linker" }
|
|
roc_load = { path = "../compiler/load" }
|
|
roc_mono = { path = "../compiler/mono" }
|
|
roc_packaging = { path = "../packaging" }
|
|
roc_reporting = { path = "../reporting" }
|
|
|
|
bumpalo.workspace = true
|
|
indoc.workspace = true
|
|
target-lexicon.workspace = true
|
|
tempfile.workspace = true
|
|
|
|
[package.metadata.cargo-udeps.ignore]
|
|
development = ["roc_build", "roc_linker"] |