2024-04-24 02:23:26 +03:00
|
|
|
[package]
|
|
|
|
name = "assistant_tooling"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
publish = false
|
|
|
|
license = "GPL-3.0-or-later"
|
|
|
|
|
|
|
|
[lints]
|
|
|
|
workspace = true
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
path = "src/assistant_tooling.rs"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
anyhow.workspace = true
|
2024-05-07 03:01:50 +03:00
|
|
|
collections.workspace = true
|
|
|
|
futures.workspace = true
|
2024-04-24 02:23:26 +03:00
|
|
|
gpui.workspace = true
|
2024-05-10 01:57:14 +03:00
|
|
|
log.workspace = true
|
2024-05-07 03:01:50 +03:00
|
|
|
project.workspace = true
|
2024-05-10 01:57:14 +03:00
|
|
|
repair_json.workspace = true
|
2024-04-24 02:23:26 +03:00
|
|
|
schemars.workspace = true
|
|
|
|
serde.workspace = true
|
|
|
|
serde_json.workspace = true
|
2024-05-07 03:01:50 +03:00
|
|
|
sum_tree.workspace = true
|
2024-05-08 20:24:51 +03:00
|
|
|
ui.workspace = true
|
2024-05-07 03:01:50 +03:00
|
|
|
util.workspace = true
|
2024-04-24 02:23:26 +03:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
gpui = { workspace = true, features = ["test-support"] }
|
2024-05-07 03:01:50 +03:00
|
|
|
project = { workspace = true, features = ["test-support"] }
|
|
|
|
settings = { workspace = true, features = ["test-support"] }
|
|
|
|
unindent.workspace = true
|