Update Cargo.toml with metadata
This commit is contained in:
parent
19360c7584
commit
12f9be35ec
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue