From 8d3c6333619e511b5f103f382d21a9891dd0e794 Mon Sep 17 00:00:00 2001 From: omagdy Date: Tue, 22 Jul 2025 06:08:36 +0300 Subject: feat: Added a feature to proprely parse rdb files and added support for KEYS command --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') 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 -- cgit v1.2.3