trisync 0.1.1

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

[dependencies]
git2 = "0.13"
serde = "1.0.130"
serde_json = "1.0.68"
serde_yaml = "0.8"
cookie = "0.15"
dialoguer = "0.9.0"
clap = "2.33.3"

reqwest = { version = "0.11.5", features = ["json", "cookies"] }
tokio = { version = "1.12.0", features = ["full"] }