zed/crates/tabular_data_preview/Cargo.toml
Anthony Eid fa852694f4
Enable CSV preview for all users (#62773)
Closes #58145

Remove the `tabular-data-preview` feature flag and register CSV preview
actions and the quick action bar button for every user. Also remove the
now-unused `feature_flags` dependency from the CSV preview crate.

Release Notes:

- Added CSV preview access for all users
2026-08-19 01:15:44 +00:00

28 lines
474 B
TOML

[package]
name = "tabular_data_preview"
version = "0.1.0"
publish.workspace = true
edition.workspace = true
[lib]
path = "src/tabular_data_preview.rs"
[dependencies]
anyhow.workspace = true
fuzzy.workspace = true
gpui.workspace = true
editor.workspace = true
picker.workspace = true
ui.workspace = true
workspace.workspace = true
log.workspace = true
text.workspace = true
[dev-dependencies]
proptest.workspace = true
[features]
dev-tools = []
[lints]
workspace = true