zed/crates/go_to_line/Cargo.toml

12 lines
268 B
TOML
Raw Normal View History

2021-11-24 20:45:36 +03:00
[package]
name = "go_to_line"
version = "0.1.0"
edition = "2018"
[dependencies]
text = { path = "../text" }
2021-11-24 20:45:36 +03:00
editor = { path = "../editor" }
gpui = { path = "../gpui" }
workspace = { path = "../workspace" }
postage = { version = "0.4", features = ["futures-traits"] }