mirror of
https://github.com/theryangeary/choose
synced 2024-11-23 03:13:04 +00:00
10 lines
240 B
TOML
10 lines
240 B
TOML
[package]
|
|
name = "choose"
|
|
version = "0.1.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"
|