README.md

Cloak
======

Cloak makes it easy to use encryption with Ecto.

## Installation

Add `cloak` to your hex dependencies:

```elixir
defp deps do
  [{:cloak, "0.1.0-pre"}]
end
```

## Usage

See [the hex documentation](http://hexdocs.pm/cloak).