up-cli 0.1.2

A CLI to interact with the Up Banking API
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "up-cli"
version = "0.1.2"
authors = ["etopiei"]
edition = "2018"
license = "GPL-3.0-only"
description = "A CLI to interact with the Up Banking API"
repository = "https://github.com/etopiei/up-cli"
readme = "README.md"

[dependencies]
reqwest = { version = "0.10", features = ["json"] }
tokio = { version = "0.2", features = ["full"] }
serde = { version = "1.0", features = ["derive"] }
colored = "2"