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
|
|
|
|
2024-03-05 17:01:17 +00:00
|
|
|
[lints]
|
|
|
|
workspace = true
|
|
|
|
|
2024-02-19 16:41:43 +00:00
|
|
|
[dependencies]
|
|
|
|
anyhow.workspace = true
|
2024-03-04 20:04:53 +00:00
|
|
|
editor.workspace = true
|
2024-04-08 09:41:54 +00:00
|
|
|
file_icons.workspace = true
|
2024-02-19 16:41:43 +00:00
|
|
|
fuzzy.workspace = true
|
|
|
|
gpui.workspace = true
|
|
|
|
picker.workspace = true
|
|
|
|
project.workspace = true
|
2024-02-21 12:56:43 +00:00
|
|
|
task.workspace = true
|
2024-04-08 12:43:00 +00:00
|
|
|
schemars.workspace = true
|
2024-02-19 16:41:43 +00:00
|
|
|
serde.workspace = true
|
2024-04-08 12:43:00 +00:00
|
|
|
settings.workspace = true
|
2024-02-19 16:41:43 +00:00
|
|
|
ui.workspace = true
|
|
|
|
util.workspace = true
|
2024-04-08 12:43:00 +00:00
|
|
|
terminal.workspace = true
|
2024-02-19 16:41:43 +00:00
|
|
|
workspace.workspace = true
|
2024-03-04 20:04:53 +00:00
|
|
|
language.workspace = true
|
2024-03-29 10:45:50 +00:00
|
|
|
itertools.workspace = true
|
2024-02-29 00:20:43 +00:00
|
|
|
|
2024-04-08 09:41:54 +00:00
|
|
|
|
2024-02-29 00:20:43 +00:00
|
|
|
[dev-dependencies]
|
|
|
|
editor = { workspace = true, features = ["test-support"] }
|
2024-03-04 20:04:53 +00:00
|
|
|
gpui = { workspace = true, features = ["test-support"] }
|
2024-02-29 00:20:43 +00:00
|
|
|
language = { workspace = true, features = ["test-support"] }
|
|
|
|
project = { workspace = true, features = ["test-support"] }
|
|
|
|
serde_json.workspace = true
|
2024-03-04 20:04:53 +00:00
|
|
|
tree-sitter-rust.workspace = true
|
|
|
|
tree-sitter-typescript.workspace = true
|
2024-02-29 00:20:43 +00:00
|
|
|
workspace = { workspace = true, features = ["test-support"] }
|