view examples/leveldb-tool/Cargo.toml @ 446:24e076b4ad21

Change str/String to Path/PathBuf for filenames
author Vitaly "_Vi" Shukela <vi0oss@gmail.com>
date Wed, 28 Feb 2018 04:14:50 +0300
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 = "../../" }