project reorganization

This commit is contained in:
2024-02-19 17:12:36 +03:00
parent cea0b66783
commit 0dc440e8cf
13 changed files with 303 additions and 230 deletions

View File

@@ -8,7 +8,11 @@ debug = true
ipv6 = "fe80::1"
[outputs]
[outputs.test1-out]
provider = "JustPrint"
[outputs.test2-out]
[outputs.print]
provider = "JustPrint"
[outputs.file]
provider = "StateFile"
filepath = "state/state.json"
[outputs.hash-file]
provider = "StateHashFile"
filepath = "state/hash.txt"