Cargo.toml

 1[package]
 2name = "language_model_selector"
 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/language_model_selector.rs"
13
14[dependencies]
15collections.workspace = true
16feature_flags.workspace = true
17gpui.workspace = true
18language_model.workspace = true
19log.workspace = true
20picker.workspace = true
21proto.workspace = true
22ui.workspace = true
23workspace-hack.workspace = true
24zed_actions.workspace = true