chore(cargo): remove unused dependencies

This commit is contained in:
Michael Aaron Murphy 2024-03-15 15:07:48 +01:00 committed by Jeremy Soller
parent 132ea0de3c
commit ca8c674014
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
9 changed files with 17 additions and 173 deletions

View file

@ -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