figcli 0.5.0

A command line tool that provides utility functions for developing at Figure.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "figcli"
version = "0.5.0"
authors = ["Stephen Cirner <scirner@figure.com>"]
edition = "2018"
description = "A command line tool that provides utility functions for developing at Figure."
license = "Apache-2.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = "2.33"
dirs = "3.0"
prettytable-rs = "0.8"
serde = { version = "1.0", features = ["derive"] }
toml = "0.5"
quick-error = "2.0"
uuid = { version = "0.8", features = ["v4"] }