view examples/leveldb-tool/Cargo.toml @ 423:efdc4562fcfa

table_reader: Enable compression in most unit tests.
author Lewin Bormann <lbo@spheniscida.de>
date Fri, 20 Oct 2017 17:51:07 +0000
parents 8cff6c1489ae
children
line wrap: on
line source

[package]
name = "leveldb-tool"
version = "0.1.0"
authors = ["Lewin Bormann <lewin@lewin-bormann.info>"]

[dependencies]
rusty-leveldb = { path = "../../" }