mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 03:42:17 +00:00
26 lines
601 B
TOML
26 lines
601 B
TOML
[package]
|
|
name = "test_syntax"
|
|
description = "Tests for the parse + fmt crates."
|
|
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
version.workspace = true
|
|
|
|
[features]
|
|
"parse_debug_trace" = ["roc_parse/parse_debug_trace"]
|
|
|
|
[dependencies]
|
|
bumpalo.workspace = true
|
|
roc_collections.workspace = true
|
|
roc_fmt.workspace = true
|
|
roc_module.workspace = true
|
|
roc_parse.workspace = true
|
|
roc_region.workspace = true
|
|
roc_test_utils.workspace = true
|
|
roc_test_utils_dir.workspace = true
|
|
|
|
[dev-dependencies]
|
|
indoc.workspace = true
|
|
pretty_assertions.workspace = true
|
|
walkdir.workspace = true
|