mirror of
https://github.com/enso-org/enso.git
synced 2024-12-26 18:03:31 +03:00
17 lines
326 B
TOML
17 lines
326 B
TOML
[package]
|
|
name = "ensogl-gui-component"
|
|
version = "0.1.0"
|
|
authors = ["Enso Team <contact@enso.org>"]
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = ["rlib", "cdylib"]
|
|
|
|
[dependencies]
|
|
enso-frp = { path = "../../../frp" }
|
|
ensogl-core = { path = "../../core" }
|
|
|
|
[dev-dependencies]
|
|
wasm-bindgen-test = { workspace = true }
|
|
float_eq = "0.5"
|