mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 21:13:02 +00:00
15 lines
296 B
TOML
15 lines
296 B
TOML
|
[package]
|
||
|
name = "outline"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
[lib]
|
||
|
path = "src/outline.rs"
|
||
|
|
||
|
[dependencies]
|
||
|
text = { path = "../text" }
|
||
|
editor = { path = "../editor" }
|
||
|
gpui = { path = "../gpui" }
|
||
|
workspace = { path = "../workspace" }
|
||
|
postage = { version = "0.4", features = ["futures-traits"] }
|