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. --- src/main.rs | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 src/main.rs (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs deleted file mode 100644 index e7a11a9..0000000 --- a/src/main.rs +++ /dev/null @@ -1,3 +0,0 @@ -fn main() { - println!("Hello, world!"); -} -- cgit 1.4.1