more refactor

This commit is contained in:
2025-11-18 02:38:23 -05:00
parent db15f43610
commit 01cd02c0f9
11 changed files with 39 additions and 24 deletions

View File

@@ -18,3 +18,11 @@ winit = "0.30.12"
bincode = "2.0.1"
zstd = "0.13.3"
ron = "0.12.0"
[[bin]]
name = "openworm-client"
path = "src/bin/client/main.rs"
[[bin]]
name = "openworm-server"
path = "src/bin/server/main.rs"