zed/crates/go_to_line/Cargo.toml
Nathan Sobo d3f28166cb Rename buffer crate to text and name its entrypoint after the crate
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
2021-11-30 12:26:12 -07:00

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