mirror of
https://github.com/enso-org/enso.git
synced 2024-12-21 13:11:41 +03:00
12 lines
235 B
TOML
12 lines
235 B
TOML
|
[package]
|
||
|
name = "ide-view-component-browser"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Enso Team <contact@enso.org>"]
|
||
|
edition = "2021"
|
||
|
|
||
|
[lib]
|
||
|
crate-type = ["cdylib", "rlib"]
|
||
|
|
||
|
[dependencies]
|
||
|
ide-view-component-group = { path = "component-group" }
|