1
Fork 0
mirror of https://github.com/RGBCube/dix synced 2025-07-30 21:27:45 +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

7
Cargo.lock generated
View file

@ -327,6 +327,7 @@ dependencies = [
"regex",
"rusqlite",
"rustc-hash",
"size",
"thiserror",
"unicode-width 0.2.0",
"yansi",
@ -780,6 +781,12 @@ version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
[[package]]
name = "size"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b6709c7b6754dca1311b3c73e79fcce40dd414c782c66d88e8823030093b02b"
[[package]]
name = "smallvec"
version = "1.15.0"