WIP: Start on go to line

This commit is contained in:
Antonio Scandurra 2021-11-24 18:45:36 +01:00
parent a743c2d8d7
commit cea8107242
6 changed files with 169 additions and 3 deletions

View 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"] }