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,13 +12,12 @@ description = "Fast field codecs used by tantivy"
common = { path = "../common/" }
tantivy-bitpacker = { path = "../bitpacker/" }
prettytable-rs = {version="0.8.0", optional= true}
rand = {version="0.8.3", optional= true}
[dev-dependencies]
more-asserts = "0.2.1"
rand = "0.8.3"
[features]
bin = ["prettytable-rs", "rand"]
bin = ["prettytable-rs"]
default = ["bin"]