chore: remove dirs crate and reduce tracing features

This commit is contained in:
Michael Aaron Murphy 2025-12-02 17:23:14 +01:00
parent 54520b0a55
commit 702ea3ed5c
No known key found for this signature in database
GPG key ID: B2732D4240C9212C
2 changed files with 4 additions and 4 deletions

View file

@ -12,11 +12,10 @@ keywords = ["icons", "gui", "freedesktop"]
[dependencies]
bstr = "1.12.1"
btoi = "0.5.0"
dirs = "6.0"
memchr = "2.7.6"
memmap2 = "0.9"
thiserror = "2.0"
tracing = "0.1.41"
tracing = { version = "0.1.41", no-default-features = true }
xdg = "3.0"
[dev-dependencies]