diff --git a/Cargo.toml b/Cargo.toml index e560e7a..93a6642 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ description = "genome classification, probminhash hnsw, genome search" [[bin]] -name= "gsearchbin" +name= "gsearch" path = "src/bin/gsearch.rs" [[bin]]