chore: flatten jest_rust directory by removing nested jisspam subdirectory

Remove the intermediate jisspam subdirectory within jest_rust, moving Cargo.lock, .gitignore, and test_files (spam1.txt, spam2.txt, spam3.txt, not_spam.txt) up one level. Update Makefile build_jest target to compile directly from jest_rust instead of jest_rust/jisspam and copy binary to parent directory.
This commit is contained in:
Jest Dotty
2025-03-24 00:23:38 +00:00
parent d1630e5a9c
commit 5efa63f648
10 changed files with 8 additions and 34 deletions
+6
View File
@@ -0,0 +1,6 @@
[package]
name = "jisspam"
version = "0.1.0"
edition = "2024"
[dependencies]