implement server logic

This commit is contained in:
2025-05-02 14:10:44 +02:00
parent e90dfa0b0b
commit a2a6933058
9 changed files with 117 additions and 8 deletions

View File

@@ -15,6 +15,6 @@ run: dst/dev.toml $(TARGETS_CLIENT)
clean: client_clean
rm -rf dst
dst/release/theseus-server: $(SRCS_RUST_THESEUS_SERVER) $(TARGETS_CLIENT)
dst/release/theseus-server: $(SRCS_RUST_THESEUS_SERVER) $(TARGETS_CLIENT) dst/prod.toml
cargo build --package theseus-server --release
touch $@