diff options
author | Ilion Beyst <ilion.beyst@gmail.com> | 2022-01-18 20:17:13 +0100 |
---|---|---|
committer | Ilion Beyst <ilion.beyst@gmail.com> | 2022-01-18 20:17:13 +0100 |
commit | 3e18c840d195e735521136df94a14500d122eb52 (patch) | |
tree | bc1681f5822f2155cfad2e18054249b7bf854c18 /planetwars-matchrunner/src/lib.rs | |
parent | 98384183cc0ddb9158725ec3cd5aa64feee31ad2 (diff) | |
download | planetwars.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.rs | 6 |
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, |