view Cargo.toml @ 396:cb523d5e6d3b

version_set: Don't trivially move files in a manual compaction
author Lewin Bormann <lbo@spheniscida.de>
date Tue, 10 Oct 2017 06:36:58 +0000
parents 0c2ec9035654
children d3abb5cd983b
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"

[workspace]
members = ["examples/write-a-lot", "examples/leveldb-tool"]