|
|
@ -5,6 +5,7 @@ description = "A Rust wrapper for Facebook's RocksDB embeddable database." |
|
|
|
version = "0.1.1" |
|
|
|
version = "0.1.1" |
|
|
|
authors = ["Tyler Neely <t@jujit.su>", "David Greenberg <dsg123456789@gmail.com>"] |
|
|
|
authors = ["Tyler Neely <t@jujit.su>", "David Greenberg <dsg123456789@gmail.com>"] |
|
|
|
license = "Apache-2.0" |
|
|
|
license = "Apache-2.0" |
|
|
|
|
|
|
|
keywords = ["database", "embedded", "LSM-tree", "persistence"] |
|
|
|
exclude = [ |
|
|
|
exclude = [ |
|
|
|
".gitignore", |
|
|
|
".gitignore", |
|
|
|
".travis.yml", |
|
|
|
".travis.yml", |
|
|
|