mirror of
https://github.com/enso-org/enso.git
synced 2024-12-30 02:33:19 +03:00
15 lines
394 B
TOML
15 lines
394 B
TOML
[package]
|
|
name = "welcome-screen"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
authors = ["Enso Team <contact@enso.org>"]
|
|
|
|
[lib]
|
|
crate-type = ["cdylib", "rlib"]
|
|
|
|
[dependencies]
|
|
ensogl = { path = "../../../../lib/rust/ensogl" }
|
|
enso-frp = { path = "../../../../lib/rust/frp" }
|
|
wasm-bindgen = { version = "0.2.78", features = ["nightly", "serde-serialize"] }
|
|
web-sys = { version = "0.3.4", features = [] }
|