Skip to content

Commit 8b55f3e

Browse files
authored
Merge pull request #26 from meilisearch/prepare-publish
Prepare publish
2 parents 0d4de2e + 7ffbc62 commit 8b55f3e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
[package]
22
name = "arroy"
3+
description = "Annoy-inspired Approximate Nearest Neighbors in Rust, based on LMDB and optimized for memory usage"
34
version = "0.1.0"
5+
documentation = "https://docs.rs/arroy"
6+
repository = "https://github.com/meilisearch/arroy"
7+
keywords = ["ANN-search", "Graph-algorithms", "Vector-Search", "Store"]
8+
categories = ["algorithms", "database", "data-structures", "science"]
9+
authors = ["Kerollmops <clement@meilisearch.com>", "Tamo <tamo@meilisearch.com>"]
10+
license = "MIT"
411
edition = "2021"
512

613
[dependencies]

0 commit comments

Comments
 (0)