view Cargo.toml @ 77:ab56112d7cc6

Remove seek_to_last again The reverse iterator story isn't that nice at the moment, and seek_to_last is only needed when we want to iterate in a reversed manner. If needed, this can be added again later.
author Lewin Bormann <lbo@spheniscida.de>
date Sun, 17 Jul 2016 16:39:39 +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"