From 4b6a7f649bf572713349fb1caf15bf6b5e8a91ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Shunya=20Morihira=20=28=E6=A3=AE=E5=B9=B3=20=E9=9A=BC?= =?UTF-8?q?=E7=9F=A2=29?= <105629359+smorihira@users.noreply.github.com> Date: Mon, 9 Sep 2024 17:04:38 +0900 Subject: [PATCH] Update rust/Cargo.toml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Hiroto Funakoshi Signed-off-by: Shunya Morihira (森平 隼矢) <105629359+smorihira@users.noreply.github.com> --- rust/Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 6121c82c419..924c8a24d65 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -18,8 +18,8 @@ members = [ "libs/observability", "libs/proto", "bin/meta", - # "bin/agent", - # "libs/algorithm", - # "libs/algorithms/ngt", - # "libs/algorithms/faiss", "bin/meta", + "bin/agent", + "libs/algorithm", + "libs/algorithms/ngt", + "libs/algorithms/faiss", ]