aboutsummaryrefslogtreecommitdiff
path: root/planetwars-matchrunner/src/lib.rs
diff options
context:
space:
mode:
authorIlion Beyst <ilion.beyst@gmail.com>2022-01-18 20:17:13 +0100
committerIlion Beyst <ilion.beyst@gmail.com>2022-01-18 20:17:13 +0100
commit3e18c840d195e735521136df94a14500d122eb52 (patch)
treebc1681f5822f2155cfad2e18054249b7bf854c18 /planetwars-matchrunner/src/lib.rs
parent98384183cc0ddb9158725ec3cd5aa64feee31ad2 (diff)
downloadplanetwars.dev-3e18c840d195e735521136df94a14500d122eb52.tar.xz
planetwars.dev-3e18c840d195e735521136df94a14500d122eb52.zip
running a bot in docker PoC
Diffstat (limited to 'planetwars-matchrunner/src/lib.rs')
-rw-r--r--planetwars-matchrunner/src/lib.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/planetwars-matchrunner/src/lib.rs b/planetwars-matchrunner/src/lib.rs
index 50c6518..1f23551 100644
--- a/planetwars-matchrunner/src/lib.rs
+++ b/planetwars-matchrunner/src/lib.rs
@@ -1,6 +1,6 @@
-mod bot_runner;
-mod match_context;
-mod pw_match;
+pub mod bot_runner;
+pub mod match_context;
+pub mod pw_match;
use std::{
io::Write,