diff options
author | Alex Auvolat <alex@adnab.me> | 2018-08-27 13:04:51 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2018-08-27 13:04:51 +0200 |
commit | 6cc81b55f2466cd7526f47da6980e3eb47041457 (patch) | |
tree | bb0d7a917ec31443ca5763f9d1386f94e86d8c89 /mix.exs | |
parent | c1dad415d42d0991f3c549c159d85b6146fb0768 (diff) | |
download | shard-6cc81b55f2466cd7526f47da6980e3eb47041457.tar.gz shard-6cc81b55f2466cd7526f47da6980e3eb47041457.zip |
Disable web interface
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -25,8 +25,8 @@ defmodule Shard.MixProject do [ # {:dep_from_hexpm, "~> 0.3.0"}, # {:dep_from_git, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.1.0"}, - {:cowboy, "~> 1.1.2"}, - {:plug, "~> 1.3.4"}, + # {:cowboy, "~> 1.1.2"}, + # {:plug, "~> 1.3.4"}, {:salty, "~> 0.1.3", hex: :libsalty} ] end |