summaryrefslogtreecommitdiff
path: root/crates/utils/Cargo.toml
diff options
context:
space:
mode:
authormdecimus <mauro@stalw.art>2023-11-17 14:59:09 +0100
committermdecimus <mauro@stalw.art>2023-11-17 14:59:09 +0100
commitbcc05340b2c15270229272e0c9738aa261b9668f (patch)
tree86f0af4c0fd6ae643e3558df1fb3525771d5c44f /crates/utils/Cargo.toml
parenta3e6d152c91fa561f7e4789783e82a699db5ef04 (diff)
FTS storage implementation and background indexing
Diffstat (limited to 'crates/utils/Cargo.toml')
-rw-r--r--crates/utils/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/utils/Cargo.toml b/crates/utils/Cargo.toml
index 75070c85..840e839a 100644
--- a/crates/utils/Cargo.toml
+++ b/crates/utils/Cargo.toml
@@ -23,6 +23,7 @@ opentelemetry-semantic-conventions = { version = "0.12.0" }
dashmap = "5.4"
ahash = { version = "0.8" }
chrono = "0.4"
+rand = "0.8.5"
[target.'cfg(unix)'.dependencies]
privdrop = "0.5.3"