tnr 0.2.0

A macOS notification library and CLI tool using terminal-notifier
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"]