summaryrefslogtreecommitdiff
path: root/common/rust/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'common/rust/Cargo.toml')
-rw-r--r--common/rust/Cargo.toml9
1 files changed, 7 insertions, 2 deletions
diff --git a/common/rust/Cargo.toml b/common/rust/Cargo.toml
index ec81c4b..d54eea9 100644
--- a/common/rust/Cargo.toml
+++ b/common/rust/Cargo.toml
@@ -10,5 +10,10 @@ serde = { version = "1.0.8", features = ["derive"] }
config = "0.11"
hyper = { version = "0.14", features = ["full"] }
tokio = { version = "1", features = ["full"] }
-prometheus = "0.12.0"
-nats = "0.15.2" \ No newline at end of file
+prometheus = { version = "0.12.0", features = ["process"] }
+nats = "0.15.2"
+testcontainers = "0.12.0"
+
+[dependencies.redis]
+version = "*"
+features = ["cluster", "connection-manager", "tokio-comp"]