Removed utils mod, moved hexing the name to entity library

This commit is contained in:
2024-02-03 16:31:19 +03:00
parent e8f0fcd819
commit a359364606
12 changed files with 18 additions and 26 deletions

2
Cargo.lock generated
View File

@@ -438,6 +438,7 @@ name = "entity"
version = "0.1.0"
dependencies = [
"futures",
"hex",
"sqlx",
]
@@ -1164,7 +1165,6 @@ dependencies = [
"dotenvy",
"entity",
"futures",
"hex",
"itertools 0.12.1",
"log",
"parking_lot",