aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2024-10-03 12:43:19 +0200
committerJan Tuomi <jan@jantuomi.fi>2024-10-03 12:43:19 +0200
commit68bd2441247a5785378c9e90c5dc0ce7330e23b5 (patch)
tree656e8ab09bfc90fd1ad46795ec3cd04562db0b6f /Cargo.toml
parent08ec17df328afcf310805313c65c1947feb5d6d9 (diff)
Add exclusive lock request file to prioritize writes
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 5 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fd8775b..9c140ae 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,15 +3,17 @@ name = "log_db"
version = "0.1.0"
edition = "2021"
+[lib]
+crate-type = ["lib"]
+
[dependencies]
fs2 = "0.4.3"
log = "0.4.22"
priority-queue = "2.1.1"
rev_buf_reader = "0.3.0"
-[lib]
-crate-type = ["lib"]
-
[dev-dependencies]
+ctor = "0.2.8"
env_logger = "0.11.5"
serial_test = "3.1.1"
+tempfile = "3.13.0"