komando 0.1.1

A command line utility to better organize and keep track of your commands.
[[bin]]
name = "komando_exec"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.92"

[dependencies.chrono]
version = "0.4.38"

[dependencies.clap]
version = "4.0"

[dependencies.crossterm]
version = "0.28.1"

[dependencies.dirs]
version = "5.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.214"

[dependencies.serde_json]
version = "1.0.132"

[dependencies.uuid]
features = ["v4"]
version = "1.11"

[package]
build = "build.rs"
description = "A command line utility to better organize and keep track of your commands."
edition = "2021"
license = "MIT"
name = "komando"
readme = "README.md"
repository = "https://github.com/Vellyxenya/Komando"
version = "0.1.1"