22 lines
353 B
TOML
22 lines
353 B
TOML
[package]
|
|
name = "component"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
publish.workspace = true
|
|
license = "GPL-3.0-or-later"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
path = "src/component.rs"
|
|
|
|
[dependencies]
|
|
collections.workspace = true
|
|
gpui.workspace = true
|
|
linkme.workspace = true
|
|
parking_lot.workspace = true
|
|
theme.workspace = true
|
|
|
|
[features]
|
|
default = []
|