chore(cargo): remove unused dependencies
This commit is contained in:
parent
132ea0de3c
commit
ca8c674014
9 changed files with 17 additions and 173 deletions
|
|
@ -5,10 +5,8 @@ edition = "2021"
|
|||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
[dependencies]
|
||||
anyhow.workspace = true
|
||||
cctk.workspace = true
|
||||
cosmic-protocols.workspace = true
|
||||
futures-util.workspace = true
|
||||
futures.workspace = true
|
||||
i18n-embed.workspace = true
|
||||
i18n-embed-fl.workspace = true
|
||||
|
|
@ -16,9 +14,7 @@ itertools = "0.12.1"
|
|||
libcosmic.workspace = true
|
||||
once_cell = "1.19"
|
||||
rand = "0.8.5"
|
||||
ron = "0.8"
|
||||
rust-embed.workspace = true
|
||||
rust-embed-utils.workspace = true
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
switcheroo-control = { git = "https://github.com/pop-os/dbus-settings-bindings" }
|
||||
tokio = { version = "1.36.0", features = ["sync", "rt", "rt-multi-thread", "macros", "process"] }
|
||||
|
|
@ -26,5 +22,4 @@ tracing-log.workspace = true
|
|||
tracing-subscriber.workspace = true
|
||||
tracing.workspace = true
|
||||
url = "2.5.0"
|
||||
xdg = "2.5"
|
||||
zbus.workspace = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue