Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

Commit

Permalink
Rebarize
Browse files Browse the repository at this point in the history
  • Loading branch information
Kazuhiro Ogura committed May 31, 2013
1 parent 1866619 commit 7bda144
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Binary file added rebar
Binary file not shown.
8 changes: 8 additions & 0 deletions src/erlaws.app.src
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
%% -*- mode: erlang; -*-
{application, erlaws,
[{description, "Erlang interface to Amazon Web Service"},
{vsn, "0.0.1"},
{modules, []},
{registered, []},
{applications, [kernel, stdlib, inets, ssl, crypto]},
{env, []}]}.

0 comments on commit 7bda144

Please sign in to comment.