From 64e24ca8ccb99a5c33650b5e51deb6d1b8181db1 Mon Sep 17 00:00:00 2001 From: Arnaud Gourlay Date: Thu, 21 Mar 2024 12:31:17 +0100 Subject: [PATCH] Add crates.io metadata (#91) --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index bbbe42e..7e5eb2b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,8 @@ homepage = "https://qdrant.tech/" license = "Apache-2.0" repository = "https://github.com/qdrant/rust-client" readme = "README.md" +categories = ["database", "api-bindings"] +keywords = ["qdrant", "vector-search", "search-engine", "client", "grpc"] [dependencies] tonic = { version = "0.9.2", features = ["tls", "tls-roots"] }