zed/crates/codestral/Cargo.toml
Max Brunsfeld 2bd5c21855
zeta: Allow the server to select the editable and context ranges more flexibly (#50975)
Release Notes:

- N/A

---------

Co-authored-by: Ben Kunkle <ben@zed.dev>
2026-03-09 19:58:31 -04:00

27 lines
554 B
TOML

[package]
name = "codestral"
version = "0.1.0"
edition = "2021"
publish = false
license = "GPL-3.0-or-later"
[lib]
path = "src/codestral.rs"
[dependencies]
anyhow.workspace = true
edit_prediction_types.workspace = true
edit_prediction.workspace = true
futures.workspace = true
gpui.workspace = true
http_client.workspace = true
icons.workspace = true
language.workspace = true
language_model.workspace = true
log.workspace = true
serde.workspace = true
serde_json.workspace = true
text.workspace = true
zeta_prompt.workspace = true
[dev-dependencies]