chore: remove dirs crate and reduce tracing features
This commit is contained in:
parent
54520b0a55
commit
702ea3ed5c
2 changed files with 4 additions and 4 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue