mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-30 20:24:08 +00:00
27 lines
554 B
TOML
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]
|