summaryrefslogtreecommitdiff
path: root/deps/oauth/src/oauth.app.src
diff options
context:
space:
mode:
Diffstat (limited to 'deps/oauth/src/oauth.app.src')
-rw-r--r--deps/oauth/src/oauth.app.src21
1 files changed, 21 insertions, 0 deletions
diff --git a/deps/oauth/src/oauth.app.src b/deps/oauth/src/oauth.app.src
new file mode 100644
index 00000000..9ff22b1a
--- /dev/null
+++ b/deps/oauth/src/oauth.app.src
@@ -0,0 +1,21 @@
+{application, oauth, [
+ {description, "An Erlang OAuth 1.0 implementation"},
+ {vsn, git},
+ {modules, [
+ oauth,
+ oauth_client,
+ oauth_hmac_sha1,
+ oauth_http,
+ oauth_plaintext,
+ oauth_rsa_sha1,
+ oauth_unix,
+ oauth_uri
+ ]},
+ {registered, []},
+ {applications, [
+ kernel,
+ stdlib,
+ crypto,
+ inets
+ ]}
+]}.