gameServer2/src/main.rs
changeset 13796 59ea2403f62d
parent 13666 09f4a30e50cc
child 13797 c5edfcfac68b
equal deleted inserted replaced
13795:e335daaa77a9 13796:59ea2403f62d
    10 #[macro_use]
    10 #[macro_use]
    11 extern crate nom;
    11 extern crate nom;
    12 #[macro_use]
    12 #[macro_use]
    13 extern crate log;
    13 extern crate log;
    14 extern crate env_logger;
    14 extern crate env_logger;
       
    15 #[cfg(test)]
    15 #[macro_use] extern crate proptest;
    16 #[macro_use] extern crate proptest;
    16 #[macro_use] extern crate bitflags;
    17 #[macro_use] extern crate bitflags;
    17 extern crate serde;
    18 extern crate serde;
    18 extern crate serde_yaml;
    19 extern crate serde_yaml;
    19 #[macro_use] extern crate serde_derive;
    20 #[macro_use] extern crate serde_derive;