roc/crates/valgrind/Cargo.toml
2023-03-06 20:09:01 -08:00

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"]