[package] name = "buildkite-cli" version = "0.1.0" description = "Example Buildkite CLI built with Buildkite Rust library" authors = ["Cheng Pan "] 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"