mirror of
https://github.com/JockeTF/fimfareader.git
synced 2025-02-23 05:04:34 +01:00
16 lines
336 B
TOML
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
|