[package]
edition = "2021"
name = "tnr"
version = "0.2.0"
authors = ["naoto0822"]
description = "A macOS notification library and CLI tool using terminal-notifier"
homepage = "https://github.com/naoto0822/tnr"
documentation = "https://docs.rs/tnr"
readme = "README.md"
keywords = [
"notification",
"macos",
"terminal-notifier",
"cli",
]
categories = [
"command-line-utilities",
"os::macos-apis",
]
license = "MIT"
repository = "https://github.com/naoto0822/tnr"
[lib]
name = "tnr"
path = "src/lib.rs"
[[bin]]
name = "tnr"
path = "src/main.rs"
[dependencies.clap]
version = "4.0"
features = ["derive"]