2023-08-11 13:23:27 +03:00
|
|
|
[package]
|
|
|
|
name = "quick_action_bar"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
publish = false
|
2024-01-27 15:51:16 +03:00
|
|
|
license = "GPL-3.0-or-later"
|
2024-01-23 19:40:30 +03:00
|
|
|
|
2024-03-05 20:01:17 +03:00
|
|
|
[lints]
|
|
|
|
workspace = true
|
|
|
|
|
2023-08-11 13:23:27 +03:00
|
|
|
[lib]
|
|
|
|
path = "src/quick_action_bar.rs"
|
|
|
|
doctest = false
|
|
|
|
|
|
|
|
[dependencies]
|
2024-02-06 22:41:36 +03:00
|
|
|
assistant.workspace = true
|
|
|
|
editor.workspace = true
|
|
|
|
gpui.workspace = true
|
|
|
|
search.workspace = true
|
|
|
|
settings.workspace = true
|
|
|
|
ui.workspace = true
|
2024-07-15 21:55:49 +03:00
|
|
|
util.workspace = true
|
2024-02-06 22:41:36 +03:00
|
|
|
workspace.workspace = true
|
2024-07-10 19:20:52 +03:00
|
|
|
repl.workspace = true
|
2024-07-15 21:55:49 +03:00
|
|
|
zed_actions.workspace = true
|
2023-08-11 13:23:27 +03:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2024-02-06 22:41:36 +03:00
|
|
|
editor = { workspace = true, features = ["test-support"] }
|
|
|
|
gpui = { workspace = true, features = ["test-support"] }
|
|
|
|
workspace = { workspace = true, features = ["test-support"] }
|