summaryrefslogtreecommitdiff
path: root/deps/oauth/src/oauth.app.src
blob: 9ff22b1a16300807f209b4deafa5d9a72b51485e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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
  ]}
]}.