summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 2a7f4a75c16892251a0b82fd607c12841ccb93eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "choose"
version = "1.1.2"
authors = ["Ryan Geary <rtgnj42@gmail.com>"]
edition = "2018"
license = "GPL-3.0-or-later"

# 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"