[package] name = "gh" version = "0.1.0" authors = ["Samuel Parkinson "] edition = "2018" description = "GitHub command line tool." repository = "https://github.com/sjparknson/gh" readme = "README.md" license = "MIT" [badges] travis-ci = { repository = "sjparkinson/gh", branch = "master" } [dependencies] docopt = "1.0.2"