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", ]