mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-01-04 16:22:55 +00:00
11 lines
217 B
TOML
11 lines
217 B
TOML
[package]
|
|
name = "tantivy-stacker"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license = "MIT"
|
|
|
|
[dependencies]
|
|
murmurhash32 = "0.2"
|
|
byteorder = "1"
|
|
common = { version = "0.5", path = "../common/", package = "tantivy-common" }
|