up-cli 0.1.2

A CLI to interact with the Up Banking API
[dependencies.colored]
version = "2"

[dependencies.reqwest]
features = ["json"]
version = "0.10"

[dependencies.serde]
features = ["derive"]
version = "1.0"

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

[package]
authors = ["etopiei"]
description = "A CLI to interact with the Up Banking API"
edition = "2018"
license = "GPL-3.0-only"
name = "up-cli"
readme = "README.md"
repository = "https://github.com/etopiei/up-cli"
version = "0.1.2"