enso/integration-test/Cargo.toml
2023-04-19 04:26:01 +02:00

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"