reef 0.0.47

a package to execute and log system commands
Documentation
[package]

name = "reef"

version = "0.0.47"

authors = ["lou parslow <lou.parslow@gmail.com>"]

edition = "2018"

description = "a package to execute and log system commands"

homepage = "https://gitlab.com/crates-rs/reef"

repository = "https://gitlab.com/crates-rs/reef"

documentation = "https://docs.rs/reef"

readme = "README.md"

license = "MIT OR Apache-2.0"

keywords = ["command"]



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



[dependencies]

error-chain = "0.12"

serde = { version = "1.0", features = ["derive"] }

serde_json = "1.0"

chrono ="0.4"

regex = "1.4"

whoami = "0.9"

colored = "2.0"

juniper = "0.14"

cocoon = "0.2.2"



[dev-dependencies]

tempdir = "0.3"

log = "0.4"

fern = "0.6"