abletime 0.1.1

A utility for calculating time spent on projects.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "abletime"
version = "0.1.1"
authors = ["Adam Weiner"]
description = "A utility for calculating time spent on projects."
edition = "2018"
readme = "README.md"
repository = "https://github.com/adamweiner/abletime"
license = "MIT"
keywords = ["ableton", "project", "files", "time"]
categories = ["command-line-utilities"]
exclude = ["/target/"]

[dependencies]
chrono = "^0.4.0"
clap = "3.0.0-beta.1"
regex = "^1.3.9"
semver = "^0.10.0"