counter-cli 0.5.0

A simple cli for counting- anything.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.clap]
features = ["derive"]
version = "4.4.11"

[dependencies.crossterm]
version = "0.27.0"

[package]
authors = ["GreenChild04 <greenchild04@protonmail.com>"]
description = "A simple cli for counting- anything."
edition = "2021"
keywords = ["cli", "counter"]
license = "GPL-3.0-or-later"
name = "counter-cli"
readme = "README.md"
repository = "https://github.com/GreenChild04/counter-cli"
version = "0.5.0"