[package] name = "concat-util" version = "0.2.0" authors = ["Kim Hermansson "] edition = "2018" license = "MIT" license-file = "LICENCE" description = "Simple utility for concatenating rows in a stream." homepage = "https://github.com/segfaultsourcery/concat" documentation = "https://github.com/segfaultsourcery/concat" repository = "https://github.com/segfaultsourcery/concat" [[bin]] name = "concat" path = "src/main.rs" [dependencies] structopt = "0.3"