Add dependencies
This commit is contained in:
parent
d454d7124f
commit
82b24f5411
2 changed files with 6 additions and 2 deletions
3
mix.exs
3
mix.exs
|
|
@ -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}]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue