enso/app/gui/language/span-tree/Cargo.toml
2023-01-27 23:39:37 +01:00

18 lines
524 B
TOML

[package]
name = "span-tree"
version = "0.1.0"
authors = ["Enso Team <contact@enso.org>"]
edition = "2021"
[dependencies]
ast = { path = "../ast/impl" }
enso-data-structures = { path = "../../../../lib/rust/data-structures" }
enso-text = { path = "../../../../lib/rust/text" }
enso-prelude = { path = "../../../../lib/rust/prelude" }
enso-profiler = { path = "../../../../lib/rust/profiler" }
failure = { workspace = true }
[dev-dependencies]
parser-scala = { path = "../parser" }
wasm-bindgen-test = { workspace = true }