Skip to content

Commit 6f6fdd5

Browse files
committed
Rename vcf2parquet-bin binary name
1 parent 7cc13cf commit 6f6fdd5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

vcf2parquet-bin/Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "vcf2parquet-bin"
33
version = "0.1.0"
44
edition = "2021"
55

6-
default-run = "vcf2parquet-bin"
6+
default-run = "vcf2parquet"
77

88
[dependencies]
99
vcf2parquet-lib = { path = "../vcf2parquet-lib", version = "0.1.0" }
@@ -18,3 +18,7 @@ thiserror = { version = "1" }
1818

1919
# cli management
2020
clap = { version = "3", features = ["derive"] }
21+
22+
[[bin]]
23+
name = "vcf2parquet"
24+
path = "src/main.rs"

0 commit comments

Comments
 (0)