how to run client: RUST_LOG="info,starkingdoms=trace" cargo run -F native -- client --server 'ws://[::1]:5151'
how to run server: RUST_LOG="info,starkingdoms=trace" cargo run -F native -- server --tick-rate 60 --max-clients 16
commit ad2517ff63342f5d076ebc7b72f83a4b68b9b19f Author: ghostly_zsh <ghostly@e3t.cc> Date: 2025-12-23T23:03:05-06:00 feat: crafting ui start