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]