mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-26 10:40:54 +00:00
0e55f0ccaa
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
14 lines
302 B
TOML
14 lines
302 B
TOML
[package]
|
|
name = "go_to_line"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
path = "src/go_to_line.rs"
|
|
|
|
[dependencies]
|
|
text = { path = "../text" }
|
|
editor = { path = "../editor" }
|
|
gpui = { path = "../gpui" }
|
|
workspace = { path = "../workspace" }
|
|
postage = { version = "0.4", features = ["futures-traits"] }
|