rustash 0.1.2

a simple CLI tool to manage your notes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[[bin]]
name = "rustash"
path = "src/main.rs"

[dependencies.dirs]
version = "5.0.1"

[package]
description = "a simple CLI tool to manage your notes"
edition = "2021"
license = "MIT"
name = "rustash"
readme = "README.md"
version = "0.1.2"