[[bin]]
name = "giru"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "3.0"
[dependencies.rand]
version = "0.8.5"
[dependencies.termimad]
version = "0.5"
[package]
authors = ["WMouton"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "A note taking application for terminal minds"
documentation = "https://github.com/wmouton/giru"
edition = "2021"
homepage = "https://github.com/wmouton/giru"
keywords = ["rust", "tool", "terminal", "cli", "notes"]
license = "GPL-3.0"
name = "giru"
readme = "README.md"
repository = "https://github.com/wmouton/giru"
version = "0.1.0"