gameServer2/src/main.rs
changeset 13423 87a6cad20c90
parent 13421 d1368c776a4f
child 13429 4c5ed27b1ff8
equal deleted inserted replaced
13422:5fb27f94fc3b 13423:87a6cad20c90
     1 #![allow(unused_imports)]
     1 #![allow(unused_imports)]
     2 #![deny(bare_trait_objects)]
     2 #![deny(bare_trait_objects)]
     3 #![warn(unreachable_pub)]
     3 #![warn(unreachable_pub)]
       
     4 #![feature(slice_patterns)]
     4 
     5 
     5 extern crate rand;
     6 extern crate rand;
     6 extern crate mio;
     7 extern crate mio;
     7 extern crate slab;
     8 extern crate slab;
     8 extern crate netbuf;
     9 extern crate netbuf;
       
    10 extern crate base64;
     9 #[macro_use]
    11 #[macro_use]
    10 extern crate nom;
    12 extern crate nom;
    11 #[macro_use]
    13 #[macro_use]
    12 extern crate log;
    14 extern crate log;
    13 extern crate env_logger;
    15 extern crate env_logger;