libeko 0.1.5

Create a command line interface binary with some common dependencies ((clap || docopt) and error_chain)
Documentation
[package]
authors = ["Jason Ozias <jason.ozias@kroger.com>"]
description = "Create a command line interface binary with some common dependencies ((clap || docopt) and error_chain)"
documentation = "https://docs.rs/libeko"
keywords = ["echo", "event"]
license = "MIT/Apache-2.0"
name = "libeko"
readme = "README.md"
repository = "https://github.com/rustyhorde/libeko"
version = "0.1.5"

[dependencies]
curl = "0"
error-chain = "0"
getset = "0"
serde = "1"
serde_derive = "1"
serde_json = "1"
uuid = { version = "0", features = ["serde", "v4"] }