view examples/write-a-lot/Cargo.toml @ 432:e0e746a0ddce

merging_iter: Fix subtle bug in merging_iter
author Lewin Bormann <lbo@spheniscida.de>
date Sun, 22 Oct 2017 09:24:50 +0200
parents 8cff6c1489ae
children
line wrap: on
line source

[package]
name = "write-a-lot"
version = "0.1.0"
authors = ["Lewin Bormann <lewin@lewin-bormann.info>"]

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