[package] name = "xagrs" description = "xargs clone in Rust" version = "0.2.0" authors = ["Thiago Arrais "] edition = "2018" license = "MIT" repository = "https://github.com/thiagoarrais/xagrs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] itertools = "0.10.0" structopt = "0.3.21"