update depends
This commit is contained in:
parent
9e51be29b9
commit
65227fcd76
5 changed files with 264 additions and 91 deletions
11
Cargo.toml
11
Cargo.toml
|
|
@ -7,7 +7,7 @@ edition = "2021"
|
|||
chrono = { version = "0.4", features = ["unstable-locales"] }
|
||||
dirs = "5.0.1"
|
||||
env_logger = "0.10"
|
||||
lazy_static = "1"
|
||||
once_cell = "1.19"
|
||||
lexical-sort = "0.3.1"
|
||||
log = "0.4"
|
||||
paste = "1.0"
|
||||
|
|
@ -15,9 +15,12 @@ serde = { version = "1", features = ["serde_derive"] }
|
|||
tokio = { version = "1" }
|
||||
trash = "3.2.0"
|
||||
# Internationalization
|
||||
i18n-embed = { version = "0.13", features = ["fluent-system", "desktop-requester"] }
|
||||
i18n-embed-fl = "0.6"
|
||||
rust-embed = "6"
|
||||
i18n-embed = { version = "0.14", features = [
|
||||
"fluent-system",
|
||||
"desktop-requester",
|
||||
] }
|
||||
i18n-embed-fl = "0.7"
|
||||
rust-embed = "8"
|
||||
|
||||
[dependencies.libcosmic]
|
||||
git = "https://github.com/pop-os/libcosmic.git"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue