feat(agent): otp app scaffold with slipstream + toml deps

This commit is contained in:
Carsten 2026-04-21 22:05:49 +02:00
parent 9e55eae6a1
commit 70923eebfa
9 changed files with 140 additions and 0 deletions

View file

@ -0,0 +1,8 @@
defmodule ProxmoxAgentTest do
use ExUnit.Case
doctest ProxmoxAgent
test "greets the world" do
assert ProxmoxAgent.hello() == :world
end
end

View file

@ -0,0 +1 @@
ExUnit.start()