From 3fba236e37a6020a83c48c1206b8b95d5b41ca71 Mon Sep 17 00:00:00 2001 From: Tyler Neely Date: Sat, 29 Nov 2014 02:29:36 -0500 Subject: [PATCH] update license and description in Cargo.toml --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index cffbc94..329b508 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,7 @@ [package] name = "rocksdb" +description = "A rust wrapper for Facebook's RocksDB embeddable database." version = "0.0.1" authors = ["Tyler Neely "] +license = "Apache-2.0"