Skip to content

Commit

Permalink
Rename vcf2parquet-bin binary name
Browse files Browse the repository at this point in the history
  • Loading branch information
natir committed Jun 14, 2022
1 parent 7cc13cf commit 6f6fdd5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion vcf2parquet-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "vcf2parquet-bin"
version = "0.1.0"
edition = "2021"

default-run = "vcf2parquet-bin"
default-run = "vcf2parquet"

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

# cli management
clap = { version = "3", features = ["derive"] }

[[bin]]
name = "vcf2parquet"
path = "src/main.rs"

0 comments on commit 6f6fdd5

Please sign in to comment.