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"]