mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 15:44:31 +03:00
866ffdd4ae
Co-authored-by: Keith Simmons <keith@zed.dev>
17 lines
354 B
TOML
17 lines
354 B
TOML
[package]
|
|
name = "go_to_line"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
path = "src/go_to_line.rs"
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
text = { path = "../text" }
|
|
editor = { path = "../editor" }
|
|
gpui = { path = "../gpui" }
|
|
settings = { path = "../settings" }
|
|
workspace = { path = "../workspace" }
|
|
postage = { version = "0.4", features = ["futures-traits"] }
|