choose/Cargo.toml
2020-06-02 15:09:00 -04:00

12 lines
268 B
TOML

[package]
name = "choose"
version = "1.1.1"
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"
regex = "1"
lazy_static = "1"