zed/crates/go_to_line/Cargo.toml
Max Brunsfeld 866ffdd4ae Move Settings to its own crate
Co-authored-by: Keith Simmons <keith@zed.dev>
2022-04-06 10:23:33 -07:00

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