view Cargo.toml @ 15:ceedd007feff

Bump version -> 0.3.0 and add TODO file
author Lewin Bormann <lbo@spheniscida.de>
date Mon, 21 Nov 2016 19:39:36 +0100
parents 8c5ce706ec9d
children ae10f3dadcea
line wrap: on
line source

[package]
name = "sstable"
description = "Sorted String Tables, an on-disk format for storing immutable maps consisting of string,string pairs, and retrieving values by key efficiently."
version = "0.3.0"
readme = "README.md"
keywords = ["sstable", "database"]
repository = "https://bitbucket.org/dermesser/sstable"
authors = ["Lewin Bormann <lbo@spheniscida.de>"]
license = "MIT"
documentation = "https://docs.rs/sstable"

[dependencies]
crc = "1.2"
integer-encoding = "1.0"