aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2024-11-09 10:22:31 +0200
committerJan Tuomi <jan@jantuomi.fi>2024-11-09 18:57:45 +0200
commit2975980717626b12eb959c1ecd93038b5be1d7c6 (patch)
tree5722d65b7bcb3efc2caf8a5f4889048d10d2c96a /Cargo.lock
parent3087e26f47eb9c5b83d5aec61ca9248856075d8b (diff)
Refactor static DB methods to common module
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 62ab922..c41d9b2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -514,6 +514,7 @@ dependencies = [
"env_logger",
"fs2",
"log",
+ "once_cell",
"priority-queue",
"rand",
"serial_test",