[package] name = "myproject" version = "0.1.0" edition = "2021" description = "Educational versions of the pv utility" homepage = "https://github.com/jangMeongSoo/myproject" repository = "https://github.com/jangMeongSoo/myproject" 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.4" crossbeam = "0.7.3" crossterm = "0.14.2"