Minor testing

This commit is contained in:
Lukas Wölfer
2025-08-12 21:21:47 +02:00
parent 33180e95a3
commit 2faf8038fe
3 changed files with 27 additions and 4 deletions

View File

@@ -51,6 +51,8 @@ pub struct CompState {
pub rank: DanceRank,
pub points: u16,
}
#[derive(Debug)]
pub struct DanceInfo {
pub firstname: String,
pub lastname: String,