Add github repo to Cargo.toml (#420)

master
samuela 4 years ago committed by GitHub
parent d4023f2683
commit 5ce7c93306
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      Cargo.toml

@ -4,6 +4,7 @@ description = "Rust wrapper for Facebook's RocksDB embeddable database"
version = "0.14.0"
edition = "2018"
authors = ["Tyler Neely <t@jujit.su>", "David Greenberg <dsg123456789@gmail.com>"]
repository = "https://github.com/rust-rocksdb/rust-rocksdb"
license = "Apache-2.0"
categories = [ "database" ]
keywords = ["database", "embedded", "LSM-tree", "persistence"]

Loading…
Cancel
Save