[package] name = "pause" description = "Pause linux pipes for certain amount of time before continuing." version = "0.1.0" authors = ["Yasuaki Uechi "] edition = "2018" homepage = "https://github.com/uetchy/pause" license-file = "LICENSE" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] termion = "1.5.3"