feat: initial commit, add register and peers endpoints

This commit is contained in:
2026-02-09 00:25:17 -08:00
commit 15fc72d5c9
13 changed files with 2301 additions and 0 deletions

6
bacon.toml Normal file
View File

@@ -0,0 +1,6 @@
[jobs.dev]
command = ["cargo", "run"]
need_stdout = true
background = false
on_change_strategy = "kill_then_restart"
kill = ["kill", "-s", "INT"]