From c2c6b3a5c4808b774d492ee781b286aadaac3ad6 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sun, 29 Sep 2024 19:35:36 +0300 Subject: Implement reading backwards from log file --- Cargo.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 7b465a3..fd8775b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,10 +7,11 @@ edition = "2021" fs2 = "0.4.3" log = "0.4.22" priority-queue = "2.1.1" -serial_test = "3.1.1" +rev_buf_reader = "0.3.0" [lib] crate-type = ["lib"] -[package.metadata] -cargo-test-no-parallel = true +[dev-dependencies] +env_logger = "0.11.5" +serial_test = "3.1.1" -- cgit v1.3