Adds renaming games functionality

This commit is contained in:
2025-07-12 17:07:33 +02:00
parent 28f7306d57
commit 3f99b68d62
30 changed files with 502 additions and 178 deletions

18
update-rust.sh Executable file
View File

@@ -0,0 +1,18 @@
#!/usr/bin/env sh
set -x -e
pushd backend-actix
cargo update
cargo build
popd
pushd gamenight-database
cargo update
cargo build
popd
pushd gamenight-cli
cargo update
cargo build
popd