mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-01-03 07:42:54 +00:00
12 lines
302 B
TOML
12 lines
302 B
TOML
[package]
|
|
name = "tantivy-tokenizer-api"
|
|
version = "0.1.0"
|
|
license = "MIT"
|
|
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"] }
|