mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
30 lines
720 B
TOML
30 lines
720 B
TOML
[package]
|
|
name = "test_mono"
|
|
description = "Tests Roc's generation of the mono intermediate representation."
|
|
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
version.workspace = true
|
|
|
|
[[test]]
|
|
name = "test_mono"
|
|
path = "src/tests.rs"
|
|
|
|
[dev-dependencies]
|
|
roc_builtins.workspace = true
|
|
roc_can.workspace = true
|
|
roc_collections.workspace = true
|
|
roc_load.workspace = true
|
|
roc_module = { workspace = true, features = ["debug-symbols"] }
|
|
roc_mono.workspace = true
|
|
roc_packaging.workspace = true
|
|
roc_reporting.workspace = true
|
|
roc_target.workspace = true
|
|
roc_test_utils.workspace = true
|
|
roc_tracing.workspace = true
|
|
|
|
test_mono_macros.workspace = true
|
|
|
|
bumpalo.workspace = true
|
|
indoc.workspace = true
|