choose/Cargo.toml

13 lines
268 B
TOML
Raw Normal View History

2019-09-02 00:23:29 +00:00
[package]
name = "choose"
2020-06-02 19:09:00 +00:00
version = "1.1.1"
2019-09-02 00:23:29 +00:00
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"
2019-09-06 15:50:22 +00:00
regex = "1"
2020-03-15 20:30:59 +00:00
lazy_static = "1"