fimfareader/search/Cargo.toml

17 lines
331 B
TOML
Raw Normal View History

2020-03-08 00:54:56 +01:00
[package]
name = "fimfareader-search"
version = "0.1.0"
authors = ["Joakim Soderlund <joakim.soderlund@gmail.com>"]
edition = "2021"
[dependencies.fimfareader]
path = ".."
[dependencies.tantivy]
git = "https://github.com/quickwit-oss/tantivy.git"
[dependencies.zip]
version = "*"
features = ["deflate"]
default-features = false