aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
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"