feat: initial commit, add register and peers endpoints
This commit is contained in:
6
bacon.toml
Normal file
6
bacon.toml
Normal 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"]
|
||||
Reference in New Issue
Block a user