view examples/write-a-lot/Cargo.toml @ 382:be463e80eb25

merging_iter: Add test for merging iterator with zero inputs.
author Lewin Bormann <lbo@spheniscida.de>
date Sun, 08 Oct 2017 17:33:37 +0200
parents 0c2ec9035654
children 8cff6c1489ae
line wrap: on
line source

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

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