1
Fork 0
mirror of https://github.com/RGBCube/dix synced 2025-07-31 13:47:46 +00:00

chore: remove rustc-hash dependency, not much overhead

This commit is contained in:
RGBCube 2025-05-09 17:56:50 +03:00 committed by bloxx12
parent d85e9ec3b0
commit 021c972a0f
4 changed files with 10 additions and 24 deletions

View file

@ -16,7 +16,6 @@ log = "0.4.20"
ref-cast = "1.0.24"
regex = "1.11.1"
rusqlite = { version = "0.35.0", features = [ "bundled" ] }
rustc-hash = "2.1.1"
size = "0.5.0"
unicode-width = "0.2.0"
yansi = { version = "1.0.1", features = [ "detect-env", "detect-tty" ] }