view examples/leveldb-tool/Cargo.toml @ 550:faa58d765e30

#13: fix memory leak in LRUList. The blockcache tests are now leak-free
author Lewin Bormann <lbo@spheniscida.de>
date Sun, 06 Mar 2022 21:42:34 +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 = "../../" }