Start on a new project_symbols
crate
This commit is contained in:
parent
882756d467
commit
8f375a5026
6 changed files with 294 additions and 2 deletions
16
crates/project_symbols/Cargo.toml
Normal file
16
crates/project_symbols/Cargo.toml
Normal 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"] }
|
Loading…
Add table
Add a link
Reference in a new issue