[package] name = "bib" version = "0.0.1" license = "MIT" description = "A CLI for bitbucket" authors = ["Ryan Morris "] edition = "2018" homepage = "https://github.com/mightymoose/bb" repository = "https://github.com/mightymoose/bb" keywords = ["cli", "bitbucket"] categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] structopt = "0.3.13"