mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-09 22:58:01 +00:00
37 lines
851 B
TOML
37 lines
851 B
TOML
[package]
|
|
name = "test_derive"
|
|
description = "Tests Roc's auto-derivers."
|
|
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
version.workspace = true
|
|
|
|
[[test]]
|
|
name = "test_derive"
|
|
path = "src/tests.rs"
|
|
|
|
[dev-dependencies]
|
|
roc_builtins.workspace = true
|
|
roc_can.workspace = true
|
|
roc_collections.workspace = true
|
|
roc_constrain.workspace = true
|
|
roc_debug_flags.workspace = true
|
|
roc_derive = { workspace = true, features = [
|
|
"debug-derived-symbols",
|
|
"open-extension-vars",
|
|
] }
|
|
roc_derive_key.workspace = true
|
|
roc_load_internal.workspace = true
|
|
roc_module.workspace = true
|
|
roc_packaging.workspace = true
|
|
roc_region.workspace = true
|
|
roc_reporting.workspace = true
|
|
roc_solve.workspace = true
|
|
roc_target.workspace = true
|
|
roc_types.workspace = true
|
|
|
|
ven_pretty.workspace = true
|
|
|
|
bumpalo.workspace = true
|
|
insta.workspace = true
|