aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-04-18 01:56:26 -0700
committerFuwn <[email protected]>2022-04-18 01:56:26 -0700
commit4a2f91cb02a6978401e0fe99528f43be3f8fc6a7 (patch)
treeea3f4005a9e172109d383c7d5731b8135d26150f /Cargo.toml
parentbuild(rustc): bump toolchain (diff)
downloadlocus-4a2f91cb02a6978401e0fe99528f43be3f8fc6a7.tar.xz
locus-4a2f91cb02a6978401e0fe99528f43be3f8fc6a7.zip
feat: prepare for real search engine
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index aa221cf..7d9bb25 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -44,6 +44,12 @@ rand = "0.8.5"
serde = "1.0.136"
serde_json = "1.0.79"
+# Search
+tantivy = "0.17.0"
+
+# Temporary Files
+tempfile = "3.3.0"
+
[build-dependencies]
# Templates
yarte = "0.15.6"