view Cargo.toml @ 192:db1e88c8f364

merging_iter,test_util: fix iterator behaviors. This will be continued soon; tl;dr: before-first and after-last positioned iterators are always invalid.
author Lewin Bormann <lbo@spheniscida.de>
date Sun, 27 Aug 2017 20:46:39 +0200
parents a60c595dcb4e
children 200eddf9b38d
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"