trisync 0.1.1

A friendly CLI Tool for automating synchronization of multiple TRIRIGA environment by using the OM API
Documentation
[dependencies.clap]
version = "2.33.3"

[dependencies.cookie]
version = "0.15"

[dependencies.dialoguer]
version = "0.9.0"

[dependencies.git2]
version = "0.13"

[dependencies.reqwest]
features = ["json", "cookies"]
version = "0.11.5"

[dependencies.serde]
version = "1.0.130"

[dependencies.serde_json]
version = "1.0.68"

[dependencies.serde_yaml]
version = "0.8"

[dependencies.tokio]
features = ["full"]
version = "1.12.0"

[package]
authors = ["Duy Nghia Tran <duy.nghia.tran1@ibm.com>"]
categories = ["command-line-utilities"]
description = "A friendly CLI Tool for automating synchronization of multiple TRIRIGA environment by using the OM API"
edition = "2018"
exclude = ["resources/", "scripts/"]
keywords = ["tririga"]
license = "MIT OR Apache-2.0"
name = "trisync"
publish = true
readme = "README.md"
repository = "https://github.ibm.com/tri-sync/cli"
version = "0.1.1"