view Cargo.toml @ 290:4c403f9e8391

version_set: Fix bug in how reusing the manifest was reported. This bug led to manifests not being written when they should have been.
author Lewin Bormann <lbo@spheniscida.de>
date Tue, 26 Sep 2017 19:00:23 +0200
parents 200eddf9b38d
children 399b1358ea66
line wrap: on
line source

[package]
name = "leveldb_rs"
version = "0.1.0"
authors = ["Lewin Bormann <lbo@spheniscida.de>"]
publish = false

[dependencies]
crc = "1.2"
integer-encoding = "1.0"
libc = "0.2"
rand = "0.3"
time-test = "0.2"