2023-03-30 04:31:33 +00:00
|
|
|
[package]
|
2024-01-05 15:36:26 +00:00
|
|
|
name = "copilot_ui"
|
2023-03-30 04:31:33 +00:00
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
publish = false
|
2024-01-27 12:51:16 +00:00
|
|
|
license = "GPL-3.0-or-later"
|
2024-01-23 16:40:30 +00:00
|
|
|
|
2023-03-30 04:31:33 +00:00
|
|
|
[lib]
|
2024-01-05 15:36:26 +00:00
|
|
|
path = "src/copilot_ui.rs"
|
2023-03-30 04:31:33 +00:00
|
|
|
doctest = false
|
|
|
|
|
|
|
|
[dependencies]
|
2024-01-31 02:41:29 +00:00
|
|
|
anyhow.workspace = true
|
2024-02-06 19:41:36 +00:00
|
|
|
copilot.workspace = true
|
|
|
|
editor.workspace = true
|
|
|
|
fs.workspace = true
|
2024-01-31 02:41:29 +00:00
|
|
|
futures.workspace = true
|
2024-02-06 19:41:36 +00:00
|
|
|
gpui.workspace = true
|
|
|
|
language.workspace = true
|
|
|
|
settings.workspace = true
|
2024-01-31 02:41:29 +00:00
|
|
|
smol.workspace = true
|
2024-02-06 19:41:36 +00:00
|
|
|
theme.workspace = true
|
|
|
|
ui.workspace = true
|
|
|
|
util.workspace = true
|
|
|
|
workspace.workspace = true
|
|
|
|
zed_actions.workspace = true
|
2023-05-20 15:54:38 +00:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2024-02-06 19:41:36 +00:00
|
|
|
editor = { workspace = true, features = ["test-support"] }
|