Sort dependencies alphabetically
This commit is contained in:
parent
2e1151178c
commit
80783f6cd1
1 changed files with 6 additions and 6 deletions
12
Cargo.toml
12
Cargo.toml
|
|
@ -17,17 +17,17 @@ freedesktop_entry_parser = { version = "1.3", optional = true }
|
||||||
fs_extra = { git = "https://github.com/pop-os/fs_extra.git" }
|
fs_extra = { git = "https://github.com/pop-os/fs_extra.git" }
|
||||||
gio = { version = "0.19", optional = true }
|
gio = { version = "0.19", optional = true }
|
||||||
glob = "0.3"
|
glob = "0.3"
|
||||||
ignore = "0.4"
|
|
||||||
image = "0.24"
|
|
||||||
notify-rust = "4"
|
|
||||||
once_cell = "1.19"
|
|
||||||
open = "5.0.2"
|
|
||||||
icu_collator = "1.5"
|
icu_collator = "1.5"
|
||||||
icu_provider = { version = "1.5", features = ["sync"] }
|
icu_provider = { version = "1.5", features = ["sync"] }
|
||||||
|
ignore = "0.4"
|
||||||
|
image = "0.24"
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
mime_guess = "2"
|
mime_guess = "2"
|
||||||
notify-debouncer-full = "0.3"
|
notify-debouncer-full = "0.3"
|
||||||
|
notify-rust = "4"
|
||||||
|
once_cell = "1.19"
|
||||||
|
open = "5.0.2"
|
||||||
paste = "1.0"
|
paste = "1.0"
|
||||||
rayon = "1"
|
rayon = "1"
|
||||||
regex = "1"
|
regex = "1"
|
||||||
|
|
@ -36,9 +36,9 @@ shlex = { version = "1.3" }
|
||||||
tar = "0.4.41"
|
tar = "0.4.41"
|
||||||
tokio = { version = "1", features = ["sync"] }
|
tokio = { version = "1", features = ["sync"] }
|
||||||
trash = { git = "https://github.com/jackpot51/trash-rs.git", branch = "delete-info" }
|
trash = { git = "https://github.com/jackpot51/trash-rs.git", branch = "delete-info" }
|
||||||
|
url = "2.5"
|
||||||
xdg = { version = "2.5.2", optional = true }
|
xdg = { version = "2.5.2", optional = true }
|
||||||
xdg-mime = "0.3"
|
xdg-mime = "0.3"
|
||||||
url = "2.5"
|
|
||||||
# Internationalization
|
# Internationalization
|
||||||
i18n-embed = { version = "0.14", features = [
|
i18n-embed = { version = "0.14", features = [
|
||||||
"fluent-system",
|
"fluent-system",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue