view Cargo.toml @ 108:cb744c4fbd54

Use try!() with read_length_prefixed() so the correct error is returned
author Lewin Bormann <lbo@spheniscida.de>
date Sun, 09 Oct 2016 16:34:38 +0200
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"