view examples/write-a-lot/Cargo.toml @ 438:4ae2a643666d

table_reader: Require a current block to exist for a table iterator to be valid.
author Lewin Bormann <lbo@spheniscida.de>
date Sun, 17 Dec 2017 17:59:00 +0100
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"