2022-02-11 15:19:02 +03:00
|
|
|
[package]
|
|
|
|
name = "enso-integration-test"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[dependencies]
|
2022-02-22 19:43:37 +03:00
|
|
|
approx = "0.5.1"
|
2022-05-27 14:47:44 +03:00
|
|
|
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" }
|
2022-04-04 18:55:55 +03:00
|
|
|
enso-shortcuts = { path = "../lib/rust/shortcuts" }
|
2022-02-11 15:19:02 +03:00
|
|
|
enso-web = { path = "../lib/rust/web" }
|
2022-02-22 19:43:37 +03:00
|
|
|
wasm-bindgen = { version = "0.2.78" }
|
2022-02-11 15:19:02 +03:00
|
|
|
wasm-bindgen-test = "0.3.8"
|