mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-23 21:05:08 +00:00
#2874 on steroids Before you mark this PR as ready for review, make sure that you have: - [ ] Added a solid test coverage and/or screenshots from doing manual testing - [ ] Done a self-review taking into account security and performance aspects - [ ] Aligned any UI changes with the [UI checklist](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md#uiux-checklist) Release Notes: - N/A --------- Co-authored-by: Eric Holk <eric@zed.dev>
18 lines
295 B
TOML
18 lines
295 B
TOML
[package]
|
|
name = "eval_utils"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
publish.workspace = true
|
|
license = "GPL-3.0-or-later"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
path = "src/eval_utils.rs"
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
gpui_platform.workspace = true
|
|
serde.workspace = true
|
|
smol.workspace = true
|