mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
d3f28166cb
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
12 lines
268 B
TOML
12 lines
268 B
TOML
[package]
|
|
name = "go_to_line"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
text = { path = "../text" }
|
|
editor = { path = "../editor" }
|
|
gpui = { path = "../gpui" }
|
|
workspace = { path = "../workspace" }
|
|
postage = { version = "0.4", features = ["futures-traits"] }
|