1[package]
2name = "outline"
3version = "0.1.0"
4edition = "2021"
5
6[lib]
7path = "src/outline.rs"
8doctest = false
9
10[dependencies]
11editor = { path = "../editor" }
12fuzzy = { path = "../fuzzy" }
13gpui = { path = "../gpui" }
14language = { path = "../language" }
15picker = { path = "../picker" }
16settings = { path = "../settings" }
17text = { path = "../text" }
18workspace = { path = "../workspace" }
19ordered-float = "2.1.1"
20postage = { version = "0.4", features = ["futures-traits"] }
21smol = "1.2"