zed/crates/editor_extensions/Cargo.toml
Piotr Osiewicz f3dcea3623 WIP
2023-11-06 12:58:13 +01:00

27 lines
760 B
TOML

[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]
anyhow.workspace = true
collections = {path = "../collections"}
client = {path = "../client"}
db = {path = "../db"}
editor = {path = "../editor"}
gpui = {path = "../gpui"}
lsp = {path = "../lsp"}
language = {path = "../language"}
project = {path = "../project"}
project_types = {path = "../project_types"}
text = {path = "../text"}
workspace = {path = "../workspace"}
workspace_types = {path = "../workspace_types"}
util = {path = "../util"}
theme = {path = "../theme"}
smallvec.workspace = true
rpc = {path = "../rpc"}
futures.workspace = true
async-trait.workspace = true