# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "hola" version = "0.1.1" authors = ["Dat Nguyen "] include = [ "**/*.rs", "Cargo.toml", "LICENSE", ] description = "👋 Hello CLI in Rust" homepage = "https://github.com/datnguye/hello-rs" readme = "README.md" keywords = [ "hello", "world", ] categories = [ "command-line-utilities", "development-tools::cargo-plugins", ] license-file = "LICENSE" repository = "https://github.com/datnguye/hello-rs" [dependencies.clap] version = "4.4.6" features = ["derive"]