Remove evals crate (#28968)

Release Notes: 
- N/A
This commit is contained in:
Agus Zubiaga 2025-04-17 11:53:22 -03:00 committed by GitHub
parent bdd0cbb717
commit f07695c4cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 0 additions and 796 deletions

30
Cargo.lock generated
View file

@ -4919,36 +4919,6 @@ dependencies = [
"workspace-hack",
]
[[package]]
name = "evals"
version = "0.1.0"
dependencies = [
"anyhow",
"clap",
"client",
"clock",
"collections",
"dap",
"env_logger 0.11.8",
"feature_flags",
"fs",
"gpui",
"http_client",
"language",
"languages",
"node_runtime",
"open_ai",
"project",
"reqwest_client",
"semantic_index",
"serde",
"serde_json",
"settings",
"smol",
"util",
"workspace-hack",
]
[[package]]
name = "event-listener"
version = "2.5.3"