piecework_cli 0.2.0

Client to interact with a piecework application running on holochain
Documentation
[package]
name = "piecework_cli"
version = "0.2.0"
edition = "2021"
authors = ["zo-el <joelulahanna@gmail.com>"]
description = "Client to interact with a piecework application running on holochain"
homepage = "https://github.com/unytco/piecework"
license = "GPL-3.0"
keywords = ["unytco", "piecework", "rave", "cli", "client"]
categories = ["config", "authentication", "wasm"]

[dependencies]
anyhow.workspace = true
colored.workspace = true
holochain_types.workspace = true
holochain_client.workspace = true
serde.workspace = true
serde_json.workspace = true
structopt.workspace = true
rmp-serde.workspace = true
tokio.workspace = true
zfuel.workspace = true
rave_engine.workspace = true
prettytable.workspace = true
thiserror.workspace = true
indicatif.workspace = true
dialoguer.workspace = true
chrono = { workspace = true }

# [dev-dependencies]
# holochain_env_setup = { workspace = true }
# tempfile = "3.0"