Current section
Files
Jump to
Current section
Files
cookie_jar
README.md
README.md
# CookieJar
[Docs at https://hexdocs.pm/cookie_jar](https://hexdocs.pm/cookie_jar)

## Installation
The package can be installed
by adding `cookie_jar` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:cookie_jar, "~> 0.1.0"}]
end
```