[package] name = "pied-piper" version = "0.1.0" authors = ["Marcos "] edition = "2018" description = "Educational version of the pv utility, from the course of Nathan Stocks" homepage = "https://github.com/sonirico/pied_piper" repository = "https://github.com/sonirico/pied_piper" readme = "README.md" keywords = ["educational"] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = "2.33.0" crossbeam = "0.8.0" crossterm = "0.19.0"