changeset 12:8c5ce706ec9d

Add documentation link and bump -> 0.2.1
author Lewin Bormann <lbo@spheniscida.de>
date Sun, 20 Nov 2016 20:41:59 +0100
parents 070483f488ff
children 6a28e181a306
files Cargo.toml
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Cargo.toml	Sun Nov 20 20:31:34 2016 +0100
+++ b/Cargo.toml	Sun Nov 20 20:41:59 2016 +0100
@@ -1,12 +1,13 @@
 [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.2.0"
+version = "0.2.1"
 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"