buildkite-cli 0.1.0

Example Buildkite CLI built with Buildkite Rust library
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "buildkite-cli"
version = "0.1.0"
description = "Example Buildkite CLI built with Buildkite Rust library"
authors = ["Cheng Pan <pancheng1987@gmail.com>"]
license = "Apache-2.0"
homepage = "https://github.com/leakingtapan/buildkite-rs"
repository = "https://github.com/leakingtapan/buildkite-rs.git"
documentation = "https://docs.rs/buildkite-cli"
keywords = ["buildkite"]
edition = "2018"

[dependencies]
clap = "3.0.0-beta.2"
buildkite = { path = "../buildkite", version = "0.1.0" }
reqwest = { version = "0.10", features = ["blocking", "json"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"