- add: uuid to generate service id for consul

- update: each service now generates a service id for registering with consul
This commit is contained in:
2024-12-10 13:31:35 -05:00
parent f847ec0896
commit 13d4b45859
5 changed files with 22 additions and 5 deletions

View File

@@ -7,3 +7,5 @@ edition = "2021"
serde = { version = "1.0", features = ["derive"] }
reqwest = { version = "0.12.9", features = ["json"] }
tracing = "0.1"
rand = "0.9.0-beta.1"
uuid = { version = "1.11.0", features = ["v4"] }