From 8d6377f8315095b3ab89fe5bcc9ef2a079983b64 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Wed, 19 Oct 2022 19:33:53 +0200 Subject: Misc: Separate OSSE into components We now have a cargo workspace with the Crawler, Client and Indexer packages. --- Cargo.lock | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 21b8418..b9c356f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3,5 +3,13 @@ version = 3 [[package]] -name = "search-index" +name = "client" +version = "0.1.0" + +[[package]] +name = "crawler" +version = "0.1.0" + +[[package]] +name = "indexer" version = "0.1.0" -- cgit 1.4.1