mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-27 02:48:34 +00:00
866ffdd4ae
Co-authored-by: Keith Simmons <keith@zed.dev>
22 lines
511 B
TOML
22 lines
511 B
TOML
[package]
|
|
name = "project_symbols"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
path = "src/project_symbols.rs"
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
editor = { path = "../editor" }
|
|
fuzzy = { path = "../fuzzy" }
|
|
gpui = { path = "../gpui" }
|
|
project = { path = "../project" }
|
|
text = { path = "../text" }
|
|
settings = { path = "../settings" }
|
|
workspace = { path = "../workspace" }
|
|
util = { path = "../util" }
|
|
anyhow = "1.0.38"
|
|
ordered-float = "2.1.1"
|
|
postage = { version = "0.4", features = ["futures-traits"] }
|
|
smol = "1.2"
|