add uuid package to validate uuids for the AuthKey

This commit is contained in:
Lion Kortlepel
2023-11-23 15:57:32 +01:00
parent f0a5fa48b8
commit 09c4bb8b33
2 changed files with 8 additions and 0 deletions

View File

@@ -33,3 +33,4 @@ mlua = { version = "0.9.1", features = ["lua54", "vendored", "send"] }
ratatui = "0.24.0"
crossterm = "0.27.0"
uuid = "1.6.1"