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

feat: write rest of main

This commit is contained in:
RGBCube 2025-05-09 17:22:07 +03:00 committed by bloxx12
parent a1ccf88d0c
commit baaf63fdf2
5 changed files with 57 additions and 60 deletions

View file

@ -17,6 +17,7 @@ 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"
thiserror = "2.0.12"
unicode-width = "0.2.0"
yansi = { version = "1.0.1", features = [ "detect-env", "detect-tty" ] }