holochain_cli 0.0.17

Provides the `hc` binary, a helpful CLI tool for working with Holochain.
Documentation
[package]
name = "holochain_cli"
version = "0.0.17"
homepage = "https://github.com/holochain/holochain"
documentation = "https://docs.rs/holochain_cli"
authors = [ "Holochain Core Dev Team <devcore@holochain.org>" ]
keywords = [ "holochain", "holo" ]
categories = [ "command-line-utilities", "development-tools::build-utils", "filesystem" ]
edition = "2018"
license = "Apache-2.0"
description = "Provides the `hc` binary, a helpful CLI tool for working with Holochain."

[[bin]]
name = "hc"
path = "src/bin/hc.rs"

[lib]
name = "holochain_cli"
path = "src/lib.rs"

[dependencies]
anyhow = "1.0"
futures = "0.3"
holochain_cli_bundle = { path = "../hc_bundle", version = "0.0.13"}
holochain_cli_sandbox = { path = "../hc_sandbox", version = "0.0.14"}
observability = "0.1.3"
structopt = "0.3"
tokio = { version = "1.11", features = [ "full" ] }