zed/crates/prettier/Cargo.toml

21 lines
445 B
TOML
Raw Normal View History

[package]
name = "prettier"
version = "0.1.0"
edition = "2021"
[lib]
path = "src/prettier.rs"
2023-09-01 18:31:16 +03:00
[dependencies]
language = { path = "../language" }
gpui = { path = "../gpui" }
fs = { path = "../fs" }
anyhow.workspace = true
futures.workspace = true
2023-09-01 18:31:16 +03:00
[dev-dependencies]
language = { path = "../language", features = ["test-support"] }
gpui = { path = "../gpui", features = ["test-support"] }
fs = { path = "../fs", features = ["test-support"] }