view Cargo.toml @ 197:41ded1d98935

memtable: Remove lifetime from memtable iterator.
author Lewin Bormann <lbo@spheniscida.de>
date Sat, 02 Sep 2017 18:35:22 +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"