mirror of
https://codeberg.org/icewind/cube.git
synced 2026-06-03 20:14:10 +02:00
7 lines
No EOL
191 B
TOML
7 lines
No EOL
191 B
TOML
[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" |