toggl 0.3.0

Unofficial command-line interface for Toggl Track using the v9 API.
# Contributing

When contributing to this repository, please first discuss the change you wish to make preferrably via an issue, Slack, email, or any other method with the owners/active-contributors of this repository before making a change.

## Pull Request Process

1. Our commit messages are formatted as follows:
```
   [scope emoji] [brief message]

   [optional detailed description]

   [issue ref]
```

Start your commit message with an emoji to indicate the scope of your work. Feel free to add any emoji you deem fit for your change. Some common emojis we've used so far are

* ๐Ÿ—‚ - Projects
* ๐Ÿท - Tags
* ๐Ÿ–ฅ๏ธ - CI platforms
* โœ… - Tests
* ๐Ÿงน - Chore/Cleanup
* ๐Ÿค– - CI
* ๐Ÿ”‘ - Authentication
* ๐Ÿ“ - Documentation

2. You may merge the Pull Request in once you have the approval of atleast one reviewer and no pending request for changes.

3. Please use "squash and merge" option to merge your pull request.