From 5ce7c93306836104731824b0b8eb08cbe30a5d5e Mon Sep 17 00:00:00 2001 From: samuela Date: Thu, 30 Apr 2020 00:08:24 -0700 Subject: [PATCH] Add github repo to Cargo.toml (#420) --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 93f0af4..fe810c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ description = "Rust wrapper for Facebook's RocksDB embeddable database" version = "0.14.0" edition = "2018" authors = ["Tyler Neely ", "David Greenberg "] +repository = "https://github.com/rust-rocksdb/rust-rocksdb" license = "Apache-2.0" categories = [ "database" ] keywords = ["database", "embedded", "LSM-tree", "persistence"]