aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2024-10-04 15:24:26 +0200
committerJan Tuomi <jan@jantuomi.fi>2024-10-04 18:15:59 +0200
commit9001c82c6004d87d95bc9007bf195489635f5e83 (patch)
treeb703b2a2cda8fe828e0842aa5c81c72fd4d96451 /Cargo.toml
parent68bd2441247a5785378c9e90c5dc0ce7330e23b5 (diff)
Fix reverse log reader, add unit tests for it
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9c140ae..74cb154 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,7 +10,6 @@ crate-type = ["lib"]
fs2 = "0.4.3"
log = "0.4.22"
priority-queue = "2.1.1"
-rev_buf_reader = "0.3.0"
[dev-dependencies]
ctor = "0.2.8"