summaryrefslogtreecommitdiffstats
path: root/search_index/Cargo.toml
blob: 34133259ec28f8f69d8e426a2dec2333eb1866e1 (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 = { git = "https://github.com/tantivy-search/tantivy" }
rich_crate = { path = "../rich_crate" }
rayon = "1.3.0"
rand = "0.7.2"