added ids for companies

This commit is contained in:
2026-01-12 23:03:01 +01:00
parent 1d025a04ce
commit 4ea0c78d3d
4 changed files with 133 additions and 56 deletions

View File

@@ -65,4 +65,5 @@ tokio-tungstenite = "0.21" # For WebSocket support
#tempfile = "3.24.0"
# data integrity
sha2 = "0.10.9"
sha2 = "0.10.9"
uuid = { version = "1.0", features = ["v4", "v7"] }