From 0ba28546b94a794d56c56bba35f035200fd0a434 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Thu, 22 Dec 2022 11:35:14 -0500 Subject: =?UTF-8?q?Support=20bidding=E2=86=92playing=20transition=20in=20G?= =?UTF-8?q?ameState?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Introduce a generic type to represent result of playing moves --- protocol/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'protocol/src/lib.rs') diff --git a/protocol/src/lib.rs b/protocol/src/lib.rs index 8b48fec..3fbf1e0 100644 --- a/protocol/src/lib.rs +++ b/protocol/src/lib.rs @@ -4,6 +4,7 @@ pub mod card; pub mod bridge_engine; pub mod bot; pub mod simple_bots; +pub mod play_result; #[derive(Serialize, Deserialize, PartialEq, Eq, Clone, Debug)] pub struct UserInfo { -- cgit v1.2.3