t-cli 0.4.1

A simple CLI task manager
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "t-cli"
version = "0.4.1"
edition = "2021"

authors = ["Bay"]
description = "A simple CLI task manager"
repository = "https://github.com/zX3no/t"
readme = "README.md"
license = "CC0-1.0"

[profile.release]
panic = "abort"

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