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