zed/crates/editor_extensions/Cargo.toml

12 lines
284 B
TOML
Raw Normal View History

[package]
name = "editor_extensions"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
editor = {path = "../editor"}
project = {path = "../project"}
workspace = {path = "../workspace"}