mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-01-10 11:02:55 +00:00
12 lines
206 B
TOML
12 lines
206 B
TOML
[package]
|
|
name = "tantivy"
|
|
version = "0.1.0"
|
|
authors = ["Paul Masurel <paul.masurel@gmail.com>"]
|
|
|
|
[dependencies]
|
|
byteorder = "0.4.2"
|
|
itertools = "0.4.5"
|
|
memmap = "0.2.3"
|
|
lazy_static = "0.1.*"
|
|
regex = "0.1"
|