helpme 0.1.0

A minimal TUI for storing and running shell commands
# 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 = "helpme"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A minimal TUI for storing and running shell commands"
readme = "README.md"
keywords = [
    "tui",
    "cli",
    "shell",
    "commands",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://codeberg.org/cloudberries/HelpMe"

[[bin]]
name = "helpme"
path = "src/main.rs"

[dependencies.crossterm]
version = "0.27"

[dependencies.ratatui]
version = "0.26"