enso/integration-test/Cargo.toml

17 lines
500 B
TOML
Raw Normal View History

2022-02-11 15:19:02 +03:00
[package]
name = "enso-integration-test"
version = "0.1.0"
edition = "2021"
[dependencies]
approx = "0.5.1"
engine-protocol = { path = "../app/gui/controller/engine-protocol" }
2022-02-11 15:19:02 +03:00
ensogl = { path = "../lib/rust/ensogl" }
enso-frp = { path = "../lib/rust/frp" }
enso-prelude = { path = "../lib/rust/prelude" }
enso-gui = { path = "../app/gui" }
enso-shortcuts = { path = "../lib/rust/shortcuts" }
2022-02-11 15:19:02 +03:00
enso-web = { path = "../lib/rust/web" }
wasm-bindgen = { version = "0.2.78" }
2022-02-11 15:19:02 +03:00
wasm-bindgen-test = "0.3.8"