Update documentation and dependencies

This commit is contained in:
Martin Barksten
2016-08-29 13:12:52 +02:00
parent 3a8f747869
commit 4771dd09f6
3 changed files with 11 additions and 15 deletions

View File

@ -3,7 +3,7 @@ use maputil::{ Direction };
use util::{ translate_positions };
const LOG_TARGET: &'static str = "snake";
pub const TRAINING_VENUE: &'static str = "TRAINING";
pub const TRAINING_VENUE: &'static str = "training";
pub struct Snake;