From 9a5ec69554a5b93bb57d3f35828751d4d2241958 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sun, 21 Jan 2024 15:34:54 +0100 Subject: feat: add anomaly searcher script --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index ca8466d..379a62b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ name = "chessnost" version = "0.1.0" edition = "2021" +default-run = "chessnost" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -21,3 +22,8 @@ harness = false [[bench]] name = "search" harness = false + +[[bin]] +name = "anomaly-searcher" +path = "src/anomaly-searcher.rs" + -- cgit v1.2.3