punch-clock 0.1.1

Lightweight terminal time-tracking utility.
Documentation
# Punch Clock

[![Build Status]][builds.sr.ht] [![Latest Version]][crates.io]

[Build Status]: https://builds.sr.ht/~nerosnm/punch-clock/build.yml.svg
[builds.sr.ht]: https://builds.sr.ht/~nerosnm/punch-clock/build.yml
[Latest Version]: https://img.shields.io/crates/v/punch-clock.svg
[crates.io]: https://crates.io/crates/punch-clock

Punch Clock is a lightweight terminal time-tracking utility.

## Installation

### Cargo Install

If you have the Rust compiler [installed](https://rustup.rs), you can use the `cargo install` 
command:

```
cargo install punch-clock
```

The binary name for Punch Clock is `punch`; Cargo will build the `punch` binary and place it in 
`$HOME/.cargo`.

## License

Licensed under either of

- Apache License, Version 2.0 ([LICENSE-APACHE]LICENSE-APACHE or 
  http://www.apache.org/licenses/LICENSE-2.0)
- MIT license ([LICENSE-MIT]LICENSE-MIT or http://opensource.org/licenses/MIT)

at your option.

### Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the 
work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any 
additional terms or conditions.