mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-01-06 17:22:54 +00:00
16 lines
392 B
TOML
16 lines
392 B
TOML
[package]
|
|
name = "tantivy-bitpacker"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
authors = ["Paul Masurel <paul.masurel@gmail.com>"]
|
|
license = "MIT"
|
|
categories = []
|
|
description = """Tantivy-sub crate: bitpacking"""
|
|
repository = "https://github.com/tantivy-search/tantivy"
|
|
keywords = []
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|