eval: Use workspace dependencies (#29430)

This PR updates the `eval` crate to use workspace dependencies.

Also did a bit of cleanup of the `Cargo.toml`.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2025-04-25 12:11:26 -04:00 committed by GitHub
parent 65401d6d7b
commit b28756ae3f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 16 additions and 15 deletions

2
Cargo.lock generated
View file

@ -4975,7 +4975,7 @@ dependencies = [
"client",
"collections",
"context_server",
"dirs 5.0.1",
"dirs 4.0.0",
"dotenv",
"env_logger 0.11.8",
"extension",