We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cc13cf commit 6f6fdd5Copy full SHA for 6f6fdd5
vcf2parquet-bin/Cargo.toml
@@ -3,7 +3,7 @@ name = "vcf2parquet-bin"
3
version = "0.1.0"
4
edition = "2021"
5
6
-default-run = "vcf2parquet-bin"
+default-run = "vcf2parquet"
7
8
[dependencies]
9
vcf2parquet-lib = { path = "../vcf2parquet-lib", version = "0.1.0" }
@@ -18,3 +18,7 @@ thiserror = { version = "1" }
18
19
# cli management
20
clap = { version = "3", features = ["derive"] }
21
+
22
+[[bin]]
23
+name = "vcf2parquet"
24
+path = "src/main.rs"
0 commit comments