diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2024-11-02 16:58:01 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2024-11-02 17:39:22 +0200 |
| commit | 912c32f762ee7585e20fde57c7c5dca1f9b0478d (patch) | |
| tree | afad7b189adb3a5189174e1fd9b44823cf63b3fa /log_db/Cargo.toml | |
| parent | 3838cd9ee68ff5433f00a52feed04a9682b79161 (diff) | |
Refactor in preparation to larger changes
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 050abd9..723d29d 100644 --- a/log_db/Cargo.toml +++ b/log_db/Cargo.toml @@ -11,6 +11,7 @@ fs2 = "0.4.3" log = "0.4.22" priority-queue = "2.1.1" tempfile = "3.13.0" +uuid = { version = "1.11.0", features = ["v4"] } [dev-dependencies] ctor = "0.2.8" |
