mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 21:32:40 +00:00
5d5c4b6677
These proved to be too unstable. Will restore these changes once the issues have been fixed. Release Notes: - N/A
38 lines
813 B
TOML
38 lines
813 B
TOML
[package]
|
|
name = "evals"
|
|
description = "Evaluations for Zed's AI features"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
license = "GPL-3.0-or-later"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[[bin]]
|
|
name = "eval"
|
|
path = "src/eval.rs"
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
clap.workspace = true
|
|
client.workspace = true
|
|
clock.workspace = true
|
|
collections.workspace = true
|
|
env_logger.workspace = true
|
|
feature_flags.workspace = true
|
|
fs.workspace = true
|
|
git.workspace = true
|
|
gpui.workspace = true
|
|
http_client.workspace = true
|
|
isahc_http_client.workspace = true
|
|
language.workspace = true
|
|
languages.workspace = true
|
|
node_runtime.workspace = true
|
|
open_ai.workspace = true
|
|
project.workspace = true
|
|
semantic_index.workspace = true
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
settings.workspace = true
|
|
smol.workspace = true
|