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

View File

@@ -30,7 +30,6 @@ cryptography = { version = "0.1", path = "cryptography" }
dotenvy = "0.15"
entity = { version = "0.1", path = "entity" }
futures = "0.3"
hex = "0.4"
itertools = "0.12"
log = "0.4"
parking_lot = "0.12"