app-cli 0.1.0

A short description of my package
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.clap]
features = ["cargo"]
version = "4.5.7"

[package]
authors = ["Sonu Kumar", "skbhati199@gmail.com"]
categories = ["command-line-utilities", "development-tools::cargo-plugins"]
description = "A short description of my package"
documentation = "https://www.github.com/skbhati199/rust_app_cli"
edition = "2021"
homepage = "https://www.github.com/skbhati199/rust_app_cli"
keywords = ["cli", "tools"]
license = "MIT"
license-file = "LICENSE"
name = "app-cli"
readme = "README.md"
version = "0.1.0"