diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2024-11-09 10:22:31 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2024-11-09 18:57:45 +0200 |
| commit | 2975980717626b12eb959c1ecd93038b5be1d7c6 (patch) | |
| tree | 5722d65b7bcb3efc2caf8a5f4889048d10d2c96a /log_db/Cargo.toml | |
| parent | 3087e26f47eb9c5b83d5aec61ca9248856075d8b (diff) | |
Refactor static DB methods to common module
Diffstat (limited to 'log_db/Cargo.toml')
| -rw-r--r-- | log_db/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/log_db/Cargo.toml b/log_db/Cargo.toml index c2ff601..9c91286 100644 --- a/log_db/Cargo.toml +++ b/log_db/Cargo.toml @@ -9,6 +9,7 @@ crate-type = ["lib"] [dependencies] fs2 = "0.4.3" log = "0.4.22" +once_cell = "1.20.2" priority-queue = "2.1.1" tempfile = "3.13.0" thiserror = "2.0.1" |
