diff options
Diffstat (limited to 'protocol/src/lib.rs')
-rw-r--r-- | protocol/src/lib.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/protocol/src/lib.rs b/protocol/src/lib.rs index f828be5..088802f 100644 --- a/protocol/src/lib.rs +++ b/protocol/src/lib.rs @@ -5,6 +5,9 @@ pub mod bridge_engine; pub mod card; pub mod move_result; pub mod simple_bots; +pub mod contract; +pub mod actions; +pub mod core; #[derive(Serialize, Deserialize, PartialEq, Eq, Clone, Debug)] pub struct UserInfo { |