Compare commits

...

1 Commits

Author SHA1 Message Date
Paul Masurel
4823771228 Removing unused deps 2021-07-21 17:03:21 +09:00

View File

@@ -12,8 +12,6 @@ description = "Fast field codecs used by tantivy"
common = { path = "../common/" }
tantivy-bitpacker = { path = "../bitpacker/" }
prettytable-rs = {version="0.8.0", optional= true}
#prettytable-rs = {version="0.8.0" }
rand = "0.8.3"
[dev-dependencies]
more-asserts = "0.2.1"