view Cargo.toml @ 6:df70324cb053

Even more comments and auxiliary constructs
author Lewin Bormann <lbo@spheniscida.de>
date Sat, 19 Nov 2016 14:18:32 +0100
parents c28758ff297b
children 070483f488ff
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.1.0"
readme = "README.md"
keywords = ["sstable", "database"]
repository = "https://bitbucket.org/dermesser/sstable"
authors = ["Lewin Bormann <lbo@spheniscida.de>"]
license = "MIT"

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