Rust-Programming-Cookbook/Chapter10/command-line-args/Cargo.toml

10 wiersze
295 B
TOML

[package]
name = "list"
version = "1.0.0"
authors = ["Claus Matzinger <claus.matzinger+kb@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = {version= "2.33", features = ["suggestions", "color"]}