Skip to content

Commit

Permalink
https://hex.pm/packages/rest
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT committed Mar 24, 2015
1 parent 6493b2d commit 8f5eded
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
defmodule REST.Mixfile do
use Mix.Project

def project do
[app: :rest,
version: "1.5.0",
description: "REST erlang interface generator",
package: package]
end

defp package do
[files: ~w(src LICENSE mix.exs README.md rebar.config),
licenses: ["MIT"],
links: %{"GitHub" => "https://github.com/synrc/rest"}]
end
end

0 comments on commit 8f5eded

Please sign in to comment.