view examples/write-a-lot/Cargo.toml @ 450:b98968e1cc7d

chore(version): Bump version -> 0.2.0 Important changes: . Fix integer overflow in bloom filter hash code. . Change API and internals to use `Path` instead of `String`/`&str`.
author Lewin Bormann <lbo@spheniscida.de>
date Sat, 03 Mar 2018 11:49:17 +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"