- add: service discovery protocol using consul
This commit is contained in:
@@ -3,8 +3,9 @@ name = "database-service"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[build-dependencies]
|
||||
tonic-build = "0.12.3"
|
||||
[features]
|
||||
mocks = []
|
||||
consul = []
|
||||
|
||||
[dependencies]
|
||||
tokio = { version = "1.41.1", features = ["full"] }
|
||||
@@ -21,3 +22,8 @@ deadpool-redis = "0.18.0"
|
||||
serde_json = "1.0.133"
|
||||
async-trait = "0.1.83"
|
||||
mockall = "0.13.1"
|
||||
reqwest = { version = "0.12.9", features = ["json"] }
|
||||
warp = "0.3.7"
|
||||
|
||||
[build-dependencies]
|
||||
tonic-build = "0.12.3"
|
||||
Reference in New Issue
Block a user