mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2025-12-27 20:42:54 +00:00
18 lines
319 B
TOML
18 lines
319 B
TOML
[package]
|
|
name = "tantivy-columnar-cli"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license = "MIT"
|
|
|
|
[dependencies]
|
|
columnar = {path="../", package="tantivy-columnar"}
|
|
serde_json = "1"
|
|
serde_json_borrow = {git="https://github.com/PSeitz/serde_json_borrow/"}
|
|
serde = "1"
|
|
|
|
[workspace]
|
|
members = []
|
|
|
|
[profile.release]
|
|
debug = true
|