summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: cf98023a53e750d3acde9c5769e09f989f2b703e (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "gfold"
version = "0.3.0"
authors = ["Nick Gerace <nickagerace@gmail.com>"]
edition = "2018"

[dependencies]
clap = { git = "https://github.com/clap-rs/clap/" }
git2 = "^0.13"
prettytable-rs = "^0.8"