Current section
Files
Jump to
Current section
Files
cookie_jar
README.md
README.md
# CookieJar
[](https://hex.pm/packages/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.2"}]
end
```