1[package]
2name = "magic_palette"
3version = "0.1.0"
4edition.workspace = true
5publish.workspace = true
6license = "GPL-3.0-or-later"
7
8[lints]
9workspace = true
10
11[lib]
12path = "src/magic_palette.rs"
13doctest = false
14
15[dependencies]
16anyhow.workspace = true
17agent_settings.workspace = true
18cloud_llm_client.workspace = true
19language_model.workspace = true
20client.workspace = true
21collections.workspace = true
22gpui.workspace = true
23menu.workspace = true
24log.workspace = true
25picker.workspace = true
26settings.workspace = true
27theme.workspace = true
28futures.workspace = true
29ui.workspace = true
30util.workspace = true
31telemetry.workspace = true
32workspace.workspace = true
33zed_actions.workspace = true