[package] name = "git-wiki-cli" version = "0.0.2" authors = ["Vincenzo Tilotta "] edition = "2018" description = "CLI to administer git-wiki" license = "GPL-3.0" license_file = "LICENSE.md" keywords = ["cli", "wiki", "git-wiki"] readme = "README.md" repository = "https://github.com/tailot/git-wiki-cli" homepage = "https://github.com/tailot/git-wiki-cli" [dependencies] clap = { version = "2.33", features=["yaml"]} regex = "1.3.1" concat-string = "1.0.1" [badges] travis-ci = { repository = "tailot/git-wiki-cli", branch = "master" }