choose/Cargo.toml
2019-09-11 23:21:26 -04:00

11 lines
252 B
TOML

[package]
name = "choose"
version = "0.2.0"
authors = ["Ryan Geary <rtgnj42@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
structopt = "0.3.0"
regex = "1"