summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: a9bbe489970b459ffa821ef7019b3db5f8027be4 (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "choose"
version = "0.1.3"
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"