Editor is a choke point in our compilation graph while also being a very common crate that is being edited. So reducing things that depend on it will generally improve compilation times for us. Release Notes: - N/A *or* Added/Fixed/Improved ...
21 lines
358 B
TOML
21 lines
358 B
TOML
[package]
|
|
name = "svg_preview"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
publish.workspace = true
|
|
license = "GPL-3.0-or-later"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
path = "src/svg_preview.rs"
|
|
|
|
[dependencies]
|
|
multi_buffer.workspace = true
|
|
file_icons.workspace = true
|
|
gpui.workspace = true
|
|
language.workspace = true
|
|
ui.workspace = true
|
|
workspace.workspace = true
|