view Cargo.toml @ 91:f6b6a82fb7cd

Fix MemtableIterator: Key returned from iterator should include tag See https://github.com/google/leveldb/blob/master/db/memtable.cc#L61
author Lewin Bormann <lbo@spheniscida.de>
date Fri, 02 Sep 2016 22:47:04 +0200
parents d2a045a69a0a
children 407bde4c0a6e
line wrap: on
line source

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

[dependencies]
crc = "1.2"
integer-encoding = "0.12.0"
libc = "0.2"
rand = "0.3"