summaryrefslogtreecommitdiff
path: root/src/erlang-oauth/oauth.app.in
blob: a8ec17c44788dc7cb3752d8b42c89065d9860b62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{application, oauth, [
  {description, "Erlang OAuth implementation"},
  {vsn, "7d85d3ef"},
  {modules, [
    oauth,
    oauth_hmac_sha1,
    oauth_http,
    oauth_plaintext,
    oauth_rsa_sha1,
    oauth_unix,
    oauth_uri
  ]},
  {registered, []},
  {applications, [
    kernel,
    stdlib,
    crypto,
    inets
  ]}
]}.