aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authoromagdy <omar.professional8777@gmail.com>2025-07-22 06:08:36 +0300
committeromagdy <omar.professional8777@gmail.com>2025-07-22 06:10:05 +0300
commit8d3c6333619e511b5f103f382d21a9891dd0e794 (patch)
tree67f9bb412c7eadecacf50e44caa29137c0a07ff5 /Cargo.toml
parent846479e6bcf8238879546534b09e141b9bb668f8 (diff)
downloadredis-rust-8d3c6333619e511b5f103f382d21a9891dd0e794.tar.xz
redis-rust-8d3c6333619e511b5f103f382d21a9891dd0e794.zip
feat: Added a feature to proprely parse rdb files and added support for KEYS command
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 396319b..aca1ff0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,5 +7,6 @@ edition = "2021"
[dependencies]
anyhow = "1.0.59" # error handling
bytes = "1.3.0" # helps manage buffers
+regex = "1.11.1"
thiserror = "1.0.32" # error handling
tokio = { version = "1.23.0", features = ["full"] } # async networking