mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-27 08:34:11 +00:00
26 lines
528 B
TOML
26 lines
528 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
|
|
language.workspace = true
|
|
language_models.workspace = true
|
|
log.workspace = true
|
|
mistral.workspace = true
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
text.workspace = true
|
|
|
|
[dev-dependencies]
|