2024-02-19 16:41:43 +00:00
|
|
|
[package]
|
2024-02-21 12:56:43 +00:00
|
|
|
name = "tasks_ui"
|
2024-02-19 16:41:43 +00:00
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
2024-02-19 17:14:00 +00:00
|
|
|
publish = false
|
2024-02-19 17:04:40 +00:00
|
|
|
license = "GPL-3.0-or-later"
|
2024-02-19 16:41:43 +00:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
anyhow.workspace = true
|
|
|
|
fuzzy.workspace = true
|
|
|
|
gpui.workspace = true
|
2024-02-20 22:13:09 +00:00
|
|
|
menu.workspace = true
|
2024-02-19 16:41:43 +00:00
|
|
|
picker.workspace = true
|
|
|
|
project.workspace = true
|
2024-02-21 12:56:43 +00:00
|
|
|
task.workspace = true
|
2024-02-19 16:41:43 +00:00
|
|
|
serde.workspace = true
|
|
|
|
ui.workspace = true
|
|
|
|
util.workspace = true
|
|
|
|
workspace.workspace = true
|