initial version

This commit is contained in:
Robin Appelman 2023-02-19 16:35:01 +01:00
commit a77d5b719e
7 changed files with 373 additions and 0 deletions

7
config.sample.toml Normal file
View file

@ -0,0 +1,7 @@
[listen]
port = 10809 # optional, defaults to 10809
address = "127.0.0.1" # optional, defaults to 0.0.0.
[exports]
main = { path = "./src/main.rs", readonly = true }
block = "/tmp/block.bin"