Add support for spawning peers, and monitoring the processes

This commit is contained in:
bluepython508
2024-09-24 21:50:21 +01:00
parent 5e65fad33d
commit 23d3a97643
6 changed files with 94 additions and 17 deletions

View File

@@ -19,6 +19,9 @@ defmodule Frajtano.MixProject do
end
defp deps do
[]
[
{:muontrap, "~> 1.0"},
{:temp, "~> 0.4"},
]
end
end