Start on a new project_symbols crate

This commit is contained in:
Antonio Scandurra 2022-02-22 08:42:12 +01:00
parent 882756d467
commit 8f375a5026
6 changed files with 294 additions and 2 deletions

View file

@ -0,0 +1,16 @@
[package]
name = "project_symbols"
version = "0.1.0"
edition = "2021"
[lib]
path = "src/project_symbols.rs"
[dependencies]
editor = { path = "../editor" }
fuzzy = { path = "../fuzzy" }
gpui = { path = "../gpui" }
project = { path = "../project" }
text = { path = "../text" }
workspace = { path = "../workspace" }
postage = { version = "0.4", features = ["futures-traits"] }