about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2022-10-19 19:33:53 +0200
committerBaitinq <[email protected]>2022-10-19 19:33:57 +0200
commit8d6377f8315095b3ab89fe5bcc9ef2a079983b64 (patch)
tree29f1ff6442f36d7aded0b1efaebb749c974f93a2 /src
parentInitial Commit! (diff)
downloadOSSE-8d6377f8315095b3ab89fe5bcc9ef2a079983b64.tar.gz
OSSE-8d6377f8315095b3ab89fe5bcc9ef2a079983b64.tar.bz2
OSSE-8d6377f8315095b3ab89fe5bcc9ef2a079983b64.zip
Misc: Separate OSSE into components
We now have a cargo workspace with the Crawler, Client and Indexer
packages.
Diffstat (limited to '')
-rw-r--r--src/main.rs3
1 files changed, 0 insertions, 3 deletions
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!");
-}