fimfareader/search/Cargo.toml
2025-02-20 20:07:48 +01:00

16 lines
336 B
TOML

[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 = "=0.6.6"
features = ["deflate"]
default-features = false