rustash 0.2.2

a simple CLI tool to manage your notes
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "rustash"
version = "0.2.2"
edition = "2021"
description = "a simple CLI tool to manage your notes"
license = "MIT"

[dependencies]
dirs = "5.0.1"

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