https://github.com/huacnlee/gpui-component/assets/5518/51622a5e-f51d-4ede-8cae-04cae703f8aa
18 lines
284 B
TOML
18 lines
284 B
TOML
[package]
|
|
name = "workspace"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
gpui.workspace = true
|
|
ui.workspace = true
|
|
anyhow.workspace = true
|
|
util.workspace = true
|
|
schemars = "0.7.0"
|
|
parking_lot = "0.12.1"
|
|
serde = "1.0.203"
|
|
smallvec = "1.13.2"
|
|
log = "0"
|
|
|
|
[lints]
|
|
workspace = true
|