summaryrefslogtreecommitdiffstats
path: root/search_index/Cargo.toml
blob: 705fa830d362cadd109fc422f4a7a42a33bd729a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
version = "0.3.3"
edition = "2018"
name = "search_index"
authors = ["Kornel <kornel@geekhood.net>"]

[lib]
name = "search_index"
path = "src/lib_search_index.rs"

[dependencies]
tantivy = "0.12"
rich_crate = { path = "../rich_crate" }
rayon = "1.3.0"
rand = "0.7.2"