refactor: remove once_cell dependency

This commit is contained in:
Nova
2025-02-24 14:56:37 -08:00
parent 12a99cf9dd
commit 5362563e44
16 changed files with 144 additions and 150 deletions

View File

@@ -55,7 +55,6 @@ lto = "thin"
[dependencies]
# small utility thingys
once_cell = "1.19.0"
nanoid = "0.4.0"
lazy_static = "1.5.0"
rand = "0.8.5"