[package] name = "git-open" description = "A command line tool to open git project website of the containing repository." version = "0.1.1" authors = ["Kaustubh Patange "] edition = "2018" readme = "README.md" license = "Apache-2.0" [package.metadata.deb] extended-description = """\ A command line tool to open git project website of the containing repository. \ """ depends = "$auto" section = "utility" priority = "optional" [dependencies] rust-ini = "0.16" webbrowser = "0.5.5"