cinder-cli 0.0.1

CLI client for cinder CI/CD server
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "cinder-cli"
version = "0.0.1"
authors = ["Thao le <thaolt@songphi.com>"]
edition = "2018"
description = "CLI client for cinder CI/CD server"
license-file = "LICENSE"
homepage = "https://github.com/thaolt/cinder-cli"
repository = "https://github.com/thaolt/cinder-cli"
documentation = "https://github.com/thaolt/cinder-cli"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "2.33", features = ["yaml"] }