add keywords, category; reference README; update repo URL

* make description consistent with descriptions elsewhere
* add keywords and a category to make crate easier to find on crates.io
* reference the README so crates.io uses it to populate the crate listing
* update the repo URL to the new location of the repository
without.crypto
Myk Melez 6 years ago
parent 2a97403a18
commit c814572aeb
  1. 9
      Cargo.toml

@ -2,10 +2,13 @@
name = "rkv"
version = "0.3.1"
authors = ["Richard Newman <rnewman@twinql.com>"]
description = "A humane key-value store built on LMDB."
description = "a simple, humane, typed Rust interface to LMDB"
license = "Apache-2.0"
homepage = "https://github.com/mozilla-prototypes/rkv"
repository = "https://github.com/mozilla-prototypes/rkv"
homepage = "https://github.com/mozilla/rkv"
repository = "https://github.com/mozilla/rkv"
readme = "README.md"
keywords = ["lmdb", "database", "storage"]
categories = ["database"]
[features]
default = []

Loading…
Cancel
Save