view examples/write-a-lot/Cargo.toml @ 459:3c36aa11a6a8

fix(crash): Return a better separator for very close keys. This fixes issue #3.
author Lewin Bormann <lbo@spheniscida.de>
date Mon, 23 Apr 2018 22:48:05 +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"