view examples/write-a-lot/Cargo.toml @ 481:2190a3c01f1e

Add benchmark for skipmap
author Lewin Bormann <lbo@spheniscida.de>
date Fri, 19 Jul 2019 14:36:21 +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"