https://github.com/huacnlee/gpui-component/assets/5518/51622a5e-f51d-4ede-8cae-04cae703f8aa
17 lines
284 B
TOML
17 lines
284 B
TOML
[package]
|
|
name = "main-app"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
gpui.workspace = true
|
|
anyhow.workspace = true
|
|
rust-embed = "8"
|
|
log.workspace = true
|
|
workspace.workspace = true
|
|
ui.workspace = true
|
|
ui-story.workspace = true
|
|
util.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|