mirror of
https://github.com/zed-industries/zed.git
synced 2026-07-09 16:00:35 +00:00
28 lines
500 B
TOML
28 lines
500 B
TOML
[package]
|
|
name = "csv_preview"
|
|
version = "0.1.0"
|
|
publish.workspace = true
|
|
edition.workspace = true
|
|
|
|
[lib]
|
|
path = "src/csv_preview.rs"
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
editor.workspace = true
|
|
feature_flags.workspace = true
|
|
gpui.workspace = true
|
|
language.workspace = true
|
|
log.workspace = true
|
|
project.workspace = true
|
|
settings.workspace = true
|
|
text.workspace = true
|
|
ui.workspace = true
|
|
workspace.workspace = true
|
|
zed_actions.workspace = true
|
|
|
|
[features]
|
|
dev-tools = []
|
|
|
|
[lints]
|
|
workspace = true
|