mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 21:32:40 +00:00
11 lines
272 B
TOML
11 lines
272 B
TOML
[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"] }
|