diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2024-10-03 12:43:19 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2024-10-03 12:43:19 +0200 |
| commit | 68bd2441247a5785378c9e90c5dc0ce7330e23b5 (patch) | |
| tree | 656e8ab09bfc90fd1ad46795ec3cd04562db0b6f /Cargo.toml | |
| parent | 08ec17df328afcf310805313c65c1947feb5d6d9 (diff) | |
Add exclusive lock request file to prioritize writes
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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" |
