view examples/leveldb-tool/Cargo.toml @ 443:44f4a7644030

version: Add another specific regression test for correct version handling in L-0
author Lewin Bormann <lbo@spheniscida.de>
date Thu, 21 Dec 2017 16:23:56 +0000
parents 8cff6c1489ae
children
line wrap: on
line source

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

[dependencies]
rusty-leveldb = { path = "../../" }