[package] name = "argrs" version = "0.1.2" authors = ["Federico Stra "] description = "A simple program to list the arguments passed on the command line." license = "BSD-3-Clause" repository = "https://github.com/FedericoStra/argrs" categories = ["command-line-utilities"] # https://crates.io/category_slugs keywords = ["cli", "command", "arg", "args", "argument"] edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] [profile.release] strip = true lto = "thin"