From 976344257c92fe4226c4085317bf10c33b6de990 Mon Sep 17 00:00:00 2001 From: Lei Xu Date: Thu, 27 Apr 2023 10:36:01 -0700 Subject: [PATCH] add cargo metadata --- rust/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index a16e339f9..87f8d0d6e 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -2,6 +2,9 @@ name = "vectordb" version = "0.0.1" edition = "2021" +description = "Serverless, low-latency vector database for AI applications" +license = "Apache-2.0" +repository = "https://github.com/lancedb/lancedb" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html