From 7c875bd542a90b26f247c7ee260a0bb0cfa7ba29 Mon Sep 17 00:00:00 2001 From: Tyler Neely Date: Mon, 7 Sep 2015 15:25:44 -0700 Subject: [PATCH] add homepage to cargo --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 30e5c2e..894a6f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ version = "0.1.1" authors = ["Tyler Neely ", "David Greenberg "] license = "Apache-2.0" keywords = ["database", "embedded", "LSM-tree", "persistence"] +homepage = "https://github.com/spacejam/rust-rocksdb" exclude = [ ".gitignore", ".travis.yml",