[package] name = "goat" version = "0.10.0" authors = ["Patrick Haun "] description = "better sleep" license = "WTFPL" categories = ["command-line-utilities"] repository = "https://github.com/brocode/goat" readme = "README.org" keywords = ["cli", "automation", "developer-tools" ] edition = "2018" [dependencies] tui="0.12" termion="1" clap = "2" atty = "0.2"