WIP: Start on go to line
This commit is contained in:
parent
a743c2d8d7
commit
cea8107242
6 changed files with 169 additions and 3 deletions
11
crates/go_to_line/Cargo.toml
Normal file
11
crates/go_to_line/Cargo.toml
Normal file
|
@ -0,0 +1,11 @@
|
|||
[package]
|
||||
name = "go_to_line"
|
||||
version = "0.1.0"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
buffer = { path = "../buffer" }
|
||||
editor = { path = "../editor" }
|
||||
gpui = { path = "../gpui" }
|
||||
workspace = { path = "../workspace" }
|
||||
postage = { version = "0.4", features = ["futures-traits"] }
|
Loading…
Add table
Add a link
Reference in a new issue