mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-08-20 13:08:19 +00:00
47009ed2d3
found with cargo machete remove pprof (doesn't work)
17 lines
307 B
TOML
17 lines
307 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/"}
|
|
|
|
[workspace]
|
|
members = []
|
|
|
|
[profile.release]
|
|
debug = true
|