From 1f2f3a241c59f467df5bf16fbde872f5083a174f Mon Sep 17 00:00:00 2001 From: omagdy Date: Wed, 23 Jul 2025 04:06:13 +0300 Subject: feat: Added syncing with empty RDB file --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index aca1ff0..38ed3a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ edition = "2021" [dependencies] anyhow = "1.0.59" # error handling +base64 = "0.22.1" bytes = "1.3.0" # helps manage buffers regex = "1.11.1" thiserror = "1.0.32" # error handling -- cgit v1.2.3