chore: remove tracing and replace color-eyre with anyhow

This commit is contained in:
uku 2025-05-21 22:40:24 +02:00
parent 6f46c768ce
commit c39c46d419
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
6 changed files with 20 additions and 230 deletions

View file

@ -4,8 +4,8 @@ version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1.0.98"
arboard = { version = "3.5.0", default-features = false }
color-eyre = "0.6.4"
dirs = "6.0.0"
futures = "0.3.31"
relm4 = { version = "0.9.1", features = ["gnome_47", "libadwaita"] }
@ -16,8 +16,6 @@ serde_json = "1.0.140"
tokio = { version = "1.45.0", features = ["fs", "io-util", "process"] }
tokio-util = { version = "0.7.15", features = ["io"] }
toml = "0.8.22"
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
urlencoding = "2.1.3"
[profile.release]