enso/lib/rust/ensogl/component/list-view/Cargo.toml
Adam Obuchowicz 99b0c46d87
While testing, developers should not have to wait for each crate to be re-built. (#3168)
Split all the EnsoGL components, examples and debug scenes to separate crates, so the work on the single component should be quicker than before.
2021-11-30 12:27:50 +01:00

13 lines
343 B
TOML

[package]
name = "ensogl-list-view"
version = "0.1.0"
authors = ["Enso Team <contact@enso.org>"]
edition = "2018"
[dependencies]
enso-frp = { path = "../../../frp" }
ensogl-core = { path = "../../core" }
ensogl-hardcoded-theme = { path = "../../app/theme/hardcoded" }
ensogl-shadow = { path = "../shadow" }
ensogl-text = { path = "../text" }