From d4388a94e35f1a467e2f0afc9bfed101b18ba6ee Mon Sep 17 00:00:00 2001 From: Azalea Gui Date: Thu, 23 Feb 2023 11:49:38 -0500 Subject: [PATCH] [+] Add test bin --- backend/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 6f4bfc0..acfe513 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -3,6 +3,10 @@ name = "meow_index" version = "0.1.0" edition = "2021" +[[bin]] +name = "test" +path = "src/test.rs" + # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]