mirror of
https://github.com/enso-org/enso.git
synced 2025-01-05 15:42:52 +03:00
10 lines
202 B
TOML
10 lines
202 B
TOML
|
[package]
|
||
|
name = "ensogl-button"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Enso Team <contact@enso.org>"]
|
||
|
edition = "2021"
|
||
|
|
||
|
[dependencies]
|
||
|
enso-frp = { path = "../../../frp" }
|
||
|
ensogl-core = { path = "../../core" }
|