mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 21:13:02 +00:00
16 lines
342 B
TOML
16 lines
342 B
TOML
[package]
|
|
name = "find"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
path = "src/find.rs"
|
|
|
|
[dependencies]
|
|
aho-corasick = "0.7"
|
|
editor = { path = "../editor" }
|
|
gpui = { path = "../gpui" }
|
|
theme = { path = "../theme" }
|
|
workspace = { path = "../workspace" }
|
|
postage = { version = "0.4.1", features = ["futures-traits"] }
|
|
smol = { version = "1.2" }
|