roc/crates/valgrind/Cargo.toml

20 lines
537 B
TOML
Raw Normal View History

2022-12-23 19:17:27 +03:00
[package]
name = "valgrind"
2023-03-07 03:36:18 +03:00
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
2022-12-23 19:17:27 +03:00
2023-01-10 18:48:22 +03:00
[dev-dependencies]
2022-12-23 19:17:27 +03:00
cli_utils = { path = "../cli_utils" }
roc_build = { path = "../compiler/build" }
roc_mono = { path = "../compiler/mono" }
roc_load = { path = "../compiler/load" }
roc_reporting = { path = "../reporting" }
roc_linker = { path = "../linker" }
roc_packaging = { path = "../packaging" }
bumpalo.workspace = true
target-lexicon.workspace = true
2022-12-30 03:17:29 +03:00
tempfile.workspace = true
indoc.workspace = true