view examples/leveldb-tool/Cargo.toml @ 454:6b16d8c1b5a6

fix(borrow): Attempt at fixing #2 (BorrowError in DBImpl). It looks like maybe_do_compaction() was called with the current version being borrowed, and VersionSet::needs_compaction() attempts to re-borrow the current version.
author Lewin Bormann <lbo@spheniscida.de>
date Sat, 10 Mar 2018 20:07:26 +0100
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 = "../../" }