From 7243843d2f13d9fc84ffc0c757c7a73bbf6734ea Mon Sep 17 00:00:00 2001 From: Ryan Geary Date: Sat, 4 Apr 2020 22:29:51 -0400 Subject: [FEATURE] specify output field delimiter (#8) Add output_field_separator option Add output_field_separator tests Change structopt req to 0.3 Separate negative choices into a function Prevent tail printing output_field_separator Change OFS to Option with a default value of " " Reorder arguments to write_bytes to parallel print_choice Print output_separator in main loop if applicable Add `cargo test` to Makefile Add write_separator function --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 8c9a6a0..d2e09d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,6 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -structopt = "0.3.0" +structopt = "0.3" regex = "1" lazy_static = "1" -- cgit v1.2.3