refactor: apply limit on the number of persisted sort names
This commit is contained in:
parent
84b73b0bdc
commit
e4ffec63a1
5 changed files with 61 additions and 16 deletions
|
|
@ -50,10 +50,11 @@ xdg = { version = "2.5.2", optional = true }
|
|||
# https://github.com/ebassi/xdg-mime-rs/pull/31
|
||||
xdg-mime = { git = "https://github.com/ellieplayswow/xdg-mime-rs", branch = "feature/get-same-as" }
|
||||
# Compression
|
||||
bzip2 = { version = "0.5", optional = true } #TODO: replace with pure Rust crate
|
||||
bzip2 = { version = "0.5", optional = true } #TODO: replace with pure Rust crate
|
||||
flate2 = "1.0"
|
||||
tar = "0.4.43"
|
||||
xz2 = { version = "0.1", optional = true } #TODO: replace with pure Rust crate
|
||||
xz2 = { version = "0.1", optional = true } #TODO: replace with pure Rust crate
|
||||
ordermap = { version = "0.5.8", features = ["serde"] }
|
||||
# Internationalization
|
||||
i18n-embed = { version = "0.15", features = [
|
||||
"fluent-system",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue