- 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:
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user