mirror of
https://github.com/enso-org/enso.git
synced 2024-12-25 16:22:36 +03:00
18 lines
524 B
TOML
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 }
|