view Cargo.toml @ 136:9db0c062d71c

Properly implement BlockIter::seek_to_restart_point() in one place Up to this revision, two or three functions independently implemented the same functionality. This revision also improves some documentation in `block`.
author Lewin Bormann <lbo@spheniscida.de>
date Mon, 02 Jan 2017 11:52:13 +0100
parents 407bde4c0a6e
children a60c595dcb4e
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 = "1.0"
libc = "0.2"
rand = "0.3"