mirror of
https://github.com/zed-industries/zed.git
synced 2026-08-29 13:12:39 +00:00
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
28 lines
474 B
TOML
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
|