From 529c68a9421dfae13fff39f424cbf454a4f8c7ac Mon Sep 17 00:00:00 2001 From: Joshua Mo Date: Mon, 10 Feb 2025 15:44:30 +0000 Subject: [PATCH] fix(rig-fastembed): crate info --- rig-fastembed/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rig-fastembed/Cargo.toml b/rig-fastembed/Cargo.toml index e5810baa..5ac37fe8 100644 --- a/rig-fastembed/Cargo.toml +++ b/rig-fastembed/Cargo.toml @@ -2,6 +2,10 @@ name = "rig-fastembed" version = "0.1.0" edition = "2021" +license = "MIT" +readme = "README.md" +description = "Rig vector store index integration for Fastembed. https://github.com/Anush008/fastembed-rs" +repository = "https://github.com/0xPlaygrounds/rig" [dependencies] rig-core = { path = "../rig-core", version = "0.7.0" }