README.md

# Timedot

The docs can be found at [https://hexdocs.pm/timedot](https://hexdocs.pm/timedot).

Library for working with [hledger's timedot format](https://hledger.org/1.20/timedot.html#timedot-format).
Support for the org-mode and timelog markup of hledger is currently not planned.

## Installation

Add `timedot` to the list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:timedot, "~> 0.1.0"}
  ]
end
```