zed/crates/outline/Cargo.toml

23 lines
479 B
TOML
Raw Normal View History

[package]
name = "outline"
version = "0.1.0"
edition = "2021"
publish = false
[lib]
path = "src/outline.rs"
doctest = false
[dependencies]
editor = { path = "../editor" }
2022-01-13 14:10:50 +00:00
fuzzy = { path = "../fuzzy" }
gpui = { path = "../gpui" }
2022-01-13 11:01:11 +00:00
language = { path = "../language" }
2022-04-15 21:28:01 +00:00
picker = { path = "../picker" }
settings = { path = "../settings" }
2022-01-13 11:01:11 +00:00
text = { path = "../text" }
workspace = { path = "../workspace" }
ordered-float.workspace = true
postage.workspace = true
smol.workspace = true