ZIm/crates/encodings/Cargo.toml
R Aadarsh 5fec768e37 refactor: encoding in EncodingIndicator is now an optional trait object
feat: Add all supported encodings, and open the encoding selector when an action(save or reopen) is chosen.
2025-08-26 23:58:03 +05:30

18 lines
321 B
TOML

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