zed/crates/find/Cargo.toml

18 lines
384 B
TOML
Raw Normal View History

[package]
name = "find"
version = "0.1.0"
edition = "2021"
[lib]
path = "src/find.rs"
[dependencies]
collections = { path = "../collections" }
editor = { path = "../editor" }
gpui = { path = "../gpui" }
2022-01-28 00:16:51 +00:00
theme = { path = "../theme" }
workspace = { path = "../workspace" }
aho-corasick = "0.7"
postage = { version = "0.4.1", features = ["futures-traits"] }
2022-01-28 11:15:55 +00:00
smol = { version = "1.2" }