tally-cli 1.2.0

A persistent, inter-process counter for all your shell scripts
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 = "tally-cli"
version = "1.2.0"
authors = ["Dylan Uhryniuk <duhry99@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A persistent, inter-process counter for all your shell scripts"
documentation = "https://docs.rs/tally"
readme = "README.md"
keywords = ["cli"]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/uhryniuk/tally"

[lib]
name = "tally_cli"
path = "src/lib.rs"

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

[[test]]
name = "cli"
path = "tests/cli.rs"

[dependencies.anyhow]
version = "1.0.89"
features = ["backtrace"]

[dependencies.clap]
version = "4.5.18"
features = [
    "derive",
    "env",
]

[dependencies.dirs]
version = "5.0.1"

[dependencies.fs2]
version = "0.4.3"

[dependencies.prettytable-rs]
version = "0.10.0"

[dependencies.regex]
version = "1.11.0"

[dependencies.sqlite]
version = "0.36.1"

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.predicates]
version = "3"

[dev-dependencies.tempfile]
version = "3"