jobrog 0.1.7

command line job clock
Documentation
[package]
name = "jobrog"
version = "0.1.7"
authors = ["dfhoughton <dfhoughton@gmail.com>"]
description = "command line job clock"
homepage="https://github.com/dfhoughton/jobrog"
repository="https://github.com/dfhoughton/jobrog"
readme="README.md"
keywords=["work", "log", "time", "notes"]
categories=["command-line-utilities"]
license="GPL-2.0"
edition = "2018"

[profile.release]
panic="abort"

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

[dependencies]
pidgin = "0.4"
clap = "2.33"
larry = "0"
regex = "1"
flate2 = "1"
rust-ini = "0"
dirs = "2"
chrono = "0"
colonnade = "^1.2"
term_size = "0"
lazy_static = "1.4"
ansi_term = "0"
serde_json = "1"
two_timer = { version="^1.3.4", features=["small_grammar"] }

[dev-dependencies]
rand = "0"