gt/Cargo.toml
Wyatt J. Miller f62ffd8c59 added clap
2020-06-01 21:46:04 -04:00

10 lines
241 B
TOML

[package]
name = "gt"
version = "0.1.0"
authors = ["Wyatt J. Miller <wjmiller2016@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = "2.33.1"