Cargo.toml

 1[package]
 2name = "go_to_line"
 3version = "0.1.0"
 4edition = "2018"
 5
 6[dependencies]
 7buffer = { path = "../buffer" }
 8editor = { path = "../editor" }
 9gpui = { path = "../gpui" }
10workspace = { path = "../workspace" }
11postage = { version = "0.4", features = ["futures-traits"] }