%% -*- mode: erlang; tab-width: 4; indent-tabs-mode: 1; st-rulers: [70] -*-
%% vim: ts=4 sw=4 ft=erlang noet
{application, http_signature, [
	{description, "Erlang implementation of Joyent's HTTP Signature Scheme"},
	{vsn, "1.1.0"},
	{id, "git"},
	{registered, []},
	{applications, [
		kernel,
		stdlib,
		crypto,
		asn1,
		public_key
	]},
	{modules, []}
]}.

