diff options
| author | Fuwn <[email protected]> | 2022-04-18 01:56:26 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-04-18 01:56:26 -0700 |
| commit | 4a2f91cb02a6978401e0fe99528f43be3f8fc6a7 (patch) | |
| tree | ea3f4005a9e172109d383c7d5731b8135d26150f /Cargo.toml | |
| parent | build(rustc): bump toolchain (diff) | |
| download | locus-4a2f91cb02a6978401e0fe99528f43be3f8fc6a7.tar.xz locus-4a2f91cb02a6978401e0fe99528f43be3f8fc6a7.zip | |
feat: prepare for real search engine
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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" |