add card
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s

This commit is contained in:
2024-11-08 19:44:17 +09:00
parent d2a394cec2
commit fc5e942f0c
12 changed files with 591 additions and 5 deletions

5
src/game.rs Normal file
View File

@@ -0,0 +1,5 @@
pub mod post_card;
pub mod post_card_verify;
pub mod post_game;
pub mod post_game_user;
pub mod post_game_login;