work_tock 0.1.3

A Program to track your hours across various projects
# 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 = "work_tock"
version = "0.1.3"
authors = ["storyfeet <thebeaky@psmail.net>"]
description = "A Program to track your hours across various projects"
keywords = ["clockin", "work", "timesheet"]
license = "MIT"
repository = "https://github.com/storyfeet/work_tock"
[dependencies.chrono]
version = "0.4.6"

[dependencies.clap]
version = "2.32.0"

[dependencies.derive_more]
version = "0.13.0"

[dependencies.lazy_conf]
version = "0.1.1"

[dependencies.num]
version = "0.2"

[dependencies.pest]
version = "2.0"

[dependencies.pest_derive]
version = "2.0"