roc/crates/compiler/test_syntax/Cargo.toml
2023-03-06 19:47:57 -08:00

25 lines
621 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 = { path = "../collections" }
roc_fmt = { path = "../fmt" }
roc_module = { path = "../module" }
roc_parse = { path = "../parse" }
roc_region = { path = "../region" }
roc_test_utils = { path = "../../test_utils" }
[dev-dependencies]
indoc.workspace = true
pretty_assertions.workspace = true
walkdir.workspace = true