Client/Server Feature Split (#63)

This commit is contained in:
PROMETHIA-27
2025-09-26 21:59:08 -04:00
committed by GitHub
parent 7f6c00b5d6
commit 2f5d154d26
30 changed files with 674 additions and 271 deletions

View File

@@ -39,7 +39,8 @@ jobs:
- name: Build
run: |
cargo build
cargo build --bin hedz_reloaded --no-default-features --features shared/client
cargo build --bin server --no-default-features --features shared/server
- name: Tests
run: |