mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-06-03 17:10:48 +00:00
closes #1766 Finding tantivy tokenizers is a frustrating experience currently, since they need be updated for each tantivy version. That's unnecessary since the API is rather stable anyway.
11 lines
286 B
TOML
11 lines
286 B
TOML
[package]
|
|
name = "tantivy-tokenizer-api"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
description = "Tokenizer API of tantivy"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
serde = { version = "1.0.152", features = ["derive"] }
|