From 91908acf406aee1381089e2340ce7061077a0334 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Wed, 19 Oct 2022 19:17:39 +0200 Subject: Initial Commit! This is the initial commit for this experiment of a search engine. I hope I can learn a lot from this! --- Cargo.lock | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Cargo.lock (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock new file mode 100644 index 0000000..21b8418 --- /dev/null +++ b/Cargo.lock @@ -0,0 +1,7 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +version = 3 + +[[package]] +name = "search-index" +version = "0.1.0" -- cgit 1.4.1