From 928f3c8af326c7f139172b6eb1f46d85e09b2d1a Mon Sep 17 00:00:00 2001 From: Victor Porof Date: Thu, 12 Sep 2019 14:38:07 +0200 Subject: [PATCH] Have documentation and homepage urls for the crates.io page Signed-off-by: Victor Porof --- Cargo.toml | 5 ++--- lmdb-sys/Cargo.toml | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index aa19b5b..db5ccad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,15 +1,14 @@ [package] - name = "lmdb-rkv" # NB: When modifying, also modify html_root_url in lib.rs version = "0.12.0" authors = ["Dan Burkert ", "Victor Porof "] license = "Apache-2.0" - description = "Idiomatic and safe LMDB wrapper." +documentation = "https://docs.rs/lmdb-rkv" +homepage = "https://github.com/mozilla/lmdb-rs" repository = "https://github.com/mozilla/lmdb-rs.git" readme = "README.md" -documentation = "https://docs.rs/lmdb-rkv" keywords = ["LMDB", "database", "storage-engine", "bindings", "library"] categories = ["database"] diff --git a/lmdb-sys/Cargo.toml b/lmdb-sys/Cargo.toml index c6cc98b..946b7a1 100644 --- a/lmdb-sys/Cargo.toml +++ b/lmdb-sys/Cargo.toml @@ -1,15 +1,14 @@ [package] - name = "lmdb-rkv-sys" # NB: When modifying, also modify html_root_url in lib.rs version = "0.9.0" authors = ["Dan Burkert ", "Victor Porof "] license = "Apache-2.0" - description = "Rust bindings for liblmdb." +documentation = "https://docs.rs/lmdb-rkv-sys" +homepage = "https://github.com/mozilla/lmdb-rs" repository = "https://github.com/mozilla/lmdb-rs.git" readme = "../README.md" -documentation = "https://docs.rs/lmdb-rkv-sys" keywords = ["LMDB", "database", "storage-engine", "bindings", "library"] categories = ["database", "external-ffi-bindings"]