From 466e55b2f582fe39205756ca57894d2921f07ac1 Mon Sep 17 00:00:00 2001 From: Kerollmops Date: Wed, 11 Jan 2023 11:58:30 +0100 Subject: [PATCH] Add a README to the lmdb-master-sys crate --- lmdb-master-sys/Cargo.toml | 1 + lmdb-master-sys/README.md | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 lmdb-master-sys/README.md diff --git a/lmdb-master-sys/Cargo.toml b/lmdb-master-sys/Cargo.toml index 6e4bf8b6..afda7a9e 100644 --- a/lmdb-master-sys/Cargo.toml +++ b/lmdb-master-sys/Cargo.toml @@ -11,6 +11,7 @@ license = "Apache-2.0" description = "Rust bindings for liblmdb on the mdb.master branch." documentation = "https://docs.rs/lmdb-master-sys" repository = "https://github.com/meilisearch/heed/tree/main/lmdb-master-sys" +readme = "README.md" keywords = ["LMDB", "database", "storage-engine", "bindings", "library"] categories = ["database", "external-ffi-bindings"] edition = "2021" diff --git a/lmdb-master-sys/README.md b/lmdb-master-sys/README.md new file mode 100644 index 00000000..7612705c --- /dev/null +++ b/lmdb-master-sys/README.md @@ -0,0 +1,3 @@ +# lmdb-master-sys + +Rust bindings for liblmdb on the mdb.master branch.