Make base62 project independent, more concise macro definitions.

This commit is contained in:
Michael Mikovsky
2026-02-20 14:54:12 -07:00
parent 6c6625e9ad
commit ba1772e512
13 changed files with 120 additions and 94 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ hex-literal = "1.1.0"
regex = "1.12.2"
sha2 = "0.10.9"
# unshell-crypt = {path = "../unshell-crypt"}
base62 = {path = "../base62"}
# Common
static_init = { workspace = true }