
This PR replaces the use of `linkme` with `inventory` for the component preview registration. Release Notes: - N/A
24 lines
411 B
TOML
24 lines
411 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
|
|
inventory.workspace = true
|
|
parking_lot.workspace = true
|
|
strum.workspace = true
|
|
theme.workspace = true
|
|
workspace-hack.workspace = true
|
|
|
|
[features]
|
|
default = []
|