Update Cargo.toml with metadata

This commit is contained in:
Sijmen 2019-11-03 00:39:06 +01:00
parent 19360c7584
commit 12f9be35ec
Signed by: vijfhoek
GPG Key ID: DAF7821E067D9C48
1 changed files with 8 additions and 1 deletions

View File

@ -1,9 +1,16 @@
[package]
name = "bitbucketcli"
name = "bbcli"
version = "0.1.0"
authors = ["Sijmen Schoon <me@sijmenschoon.nl>"]
edition = "2018"
description = "A command-line interface for Bitbucket"
repository = "https://git.sijman.nl/_/bitbucketcli"
homepage = "https://git.sijman.nl/_/bitbucketcli"
license = "MIT"
license-file = "LICENSE.md"
[dependencies]
reqwest = "~0.9.21"
rand = "~0.7.2"