Skip to content
This repository has been archived by the owner on Nov 17, 2017. It is now read-only.

Commit

Permalink
Add an application resource file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Fletcher committed Jan 13, 2009
1 parent 4ab77bc commit b65f952
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/oauth.app
@@ -0,0 +1,20 @@
{application, oauth, [
{description, "Erlang OAuth implementation"},
{modules, [
oauth,
oauth_hmac_sha1,
oauth_http,
oauth_plaintext,
oauth_rsa_sha1,
oauth_signature,
oauth_unix,
oauth_uri
]},
{registered, []},
{applications, [
kernel,
stdlib,
crypto,
inets
]}
]}.

0 comments on commit b65f952

Please sign in to comment.