mirror of
https://github.com/enso-org/enso.git
synced 2024-11-24 08:41:40 +03:00
15 lines
245 B
TOML
15 lines
245 B
TOML
[package]
|
|
name = "ensogl"
|
|
version = "0.1.0"
|
|
authors = ["Enso Team <contact@enso.org>"]
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = ["rlib", "cdylib"]
|
|
|
|
[features]
|
|
|
|
[dependencies]
|
|
ensogl-core = { path = "core" }
|
|
ensogl-text = { path = "component/text" }
|