refactor: forget epoch and going down to a 4char hex string

This commit is contained in:
Lewis Wynne 2026-04-10 19:38:46 +01:00
parent a7c74241a0
commit b3f5f403aa
7 changed files with 123 additions and 69 deletions

View file

@ -17,7 +17,7 @@ teloxide = { version = "0.13", features = ["macros"], optional = true }
serde = { version = "1", features = ["derive"] }
toml = "0.8"
dotenvy = "0.15"
uuid = { version = "1", features = ["v4"] }
rand = "0.9"
chrono = "0.4"
base64 = "0.22"
tracing = "0.1"