view Cargo.toml @ 352:742cfffd2892

db_impl: Implement delete() and add test
author Lewin Bormann <lbo@spheniscida.de>
date Thu, 05 Oct 2017 19:45:55 +0200
parents 399b1358ea66
children 0c2ec9035654
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"

[dev-dependencies]
time-test = "0.2"