blob: 6357b9b0f1ac7727cd94558506fdf82a4daa7594 [file] [log] [blame]
{application, oauth, [
{description, "Erlang OAuth implementation"},
{vsn, "dev"},
{modules, [
oauth,
oauth_hmac_sha1,
oauth_http,
oauth_plaintext,
oauth_rsa_sha1,
oauth_unix,
oauth_uri
]},
{registered, []},
{applications, [
kernel,
stdlib,
crypto,
inets
]}
]}.