mirror of
https://codeberg.org/icewind/cube.git
synced 2026-06-04 04:24:08 +02:00
initial version
This commit is contained in:
commit
a77d5b719e
7 changed files with 373 additions and 0 deletions
7
config.sample.toml
Normal file
7
config.sample.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue