Add dependencies

This commit is contained in:
Eishun Kondoh 2017-11-26 19:11:24 +09:00
parent d454d7124f
commit 82b24f5411
2 changed files with 6 additions and 2 deletions

View file

@ -13,13 +13,14 @@ defmodule Tres.Mixfile do
# Run "mix help compile.app" to learn about applications.
def application do
[extra_applications: [:logger, :ranch],
[extra_applications: [:logger, :ranch, :eovsdb],
mod: {Tres.Application, []}]
end
# Run "mix help deps" to learn about dependencies.
defp deps do
[{:ranch, "~> 1.4.0"},
{:eovsdb, github: "shun159/eovsdb", branch: "master"},
{:binpp, github: "jtendo/binpp", branch: "master"},
{:pkt, github: "msantos/pkt", ref: "3afb196", only: :test, override: true},
{:epcap, github: "msantos/epcap", branch: "master", only: :test}]