ucli 0.2.2

A command line interface for CLI applications
Documentation
# 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 = "ucli"
version = "0.2.2"
authors = ["Chrys Rakotonimanana <chrysrakk@gmail.com>"]
description = "A command line interface for CLI applications"
homepage = "https://github.com/chrys-elrak/ucli"
readme = "README.md"
keywords = [
    "cli",
    "ucli",
    "utils",
    "select",
    "prompt",
]
categories = [
    "command-line-utilities",
    "text-manipulation",
    "terminal",
    "cli",
    "console",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/chrys-elrak/ucli"
resolver = "2"

[[example]]
name = "fruts"
path = "examples/fruts.rs"

[dependencies.crossterm]
version = "0.25.0"