mirror of
https://github.com/enso-org/enso.git
synced 2024-11-22 11:52:59 +03:00
18 lines
549 B
TOML
18 lines
549 B
TOML
[package]
|
|
name = "enso-integration-test"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
approx = "0.5.1"
|
|
engine-protocol = { path = "../app/gui/controller/engine-protocol" }
|
|
ensogl = { path = "../lib/rust/ensogl" }
|
|
enso-executor = { path = "../lib/rust/executor" }
|
|
enso-frp = { path = "../lib/rust/frp" }
|
|
enso-prelude = { path = "../lib/rust/prelude" }
|
|
enso-gui = { path = "../app/gui" }
|
|
enso-shortcuts = { path = "../lib/rust/shortcuts" }
|
|
enso-web = { path = "../lib/rust/web" }
|
|
wasm-bindgen = { workspace = true }
|
|
wasm-bindgen-test = "0.3.34"
|