view Cargo.toml @ 313:e2a7eae0ce57

merging_iter: Reduce allocations in update_direction()
author Lewin Bormann <lbo@spheniscida.de>
date Fri, 29 Sep 2017 06:11:13 +0000
parents 200eddf9b38d
children 399b1358ea66
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"
time-test = "0.2"