ZIm/crates/encodings/Cargo.toml
R Aadarsh 3b20229fa1 feat: Make the encoding indicator appear only when an editor is open.
feat: Enable the user to choose whether or not the encoding indicator should be displayed by enabling or disabling `encoding_indicator` in `settings.json`
2025-08-26 23:58:03 +05:30

21 lines
403 B
TOML

[package]
name = "encodings"
version = "0.1.0"
publish.workspace = true
edition.workspace = true
[dependencies]
anyhow.workspace = true
editor.workspace = true
encoding.workspace = true
fuzzy.workspace = true
gpui.workspace = true
language.workspace = true
picker.workspace = true
settings.workspace = true
ui.workspace = true
util.workspace = true
workspace.workspace = true
[lints]
workspace = true