view examples/leveldb-tool/Cargo.toml @ 384:cac919a0a15f

write-a-lot: Streamline random string generation.
author Lewin Bormann <lbo@spheniscida.de>
date Sun, 08 Oct 2017 19:27:59 +0200
parents 0c2ec9035654
children 8cff6c1489ae
line wrap: on
line source

[package]
name = "leveldb-tool"
version = "0.1.0"
authors = ["Lewin Bormann <lewin@lewin-bormann.info>"]

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