aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2024-09-29 19:35:36 +0300
committerJan Tuomi <jan@jantuomi.fi>2024-10-01 21:01:37 +0300
commitc2c6b3a5c4808b774d492ee781b286aadaac3ad6 (patch)
treedbc83ee98341de0a91aa02684e21e63dae517b05 /Cargo.toml
parent1570c6e33e100701f568c57c4944c02bd43cca14 (diff)
Implement reading backwards from log file
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 4 insertions, 3 deletions
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"