Application that doesn't do anything except start up a supervisor with no children. For the purpose of having an app that a testing runtime can start and stop with no consequences.
def deps do
[
{:useless, "~> 0.1.0"}
]
end
Run it with Application.ensure_all_started/2
. Or not. It don't do nuthin'.