view examples/leveldb-tool/Cargo.toml @ 394:b16458f3083a

db_impl: Don't try to write empty memtable; add test for compact_range with non-empty memtable
author Lewin Bormann <lbo@spheniscida.de>
date Tue, 10 Oct 2017 06:04:21 +0000
parents 0c2ec9035654
children 8cff6c1489ae
line wrap: on
line source

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

[dependencies]
leveldb_rs = { path = "../../" }