augr-cli 0.1.0

A simple command line time tracking application
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "augr-cli"
version = "0.1.0"
authors = ["LeRoyce Pearson <leroycepearson@geemili.xyz>"]
description = "A simple command line time tracking application"
keywords = ["cli", "timetracking"]
categories = ["command-line-utilities"]
license = "GPL-3.0-or-later"
repository = "https://github.com/geemili/augr"

[[bin]]
name = "augr"
path = "src/main.rs"
[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.directories]
version = "1.0"

[dependencies.parse_duration]
version = "1.0"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.snafu]
version = "0.4"

[dependencies.structopt]
version = "0.2"

[dependencies.toml]
version = "0.5"