sry! fix serde marco import

This commit is contained in:
CodeSteak 2019-04-23 16:32:06 +02:00
parent 84efffb6c7
commit 66ffcb7062
1 changed files with 4 additions and 1 deletions

View File

@ -3,8 +3,11 @@
#![allow(unused_variables)]
#![allow(dead_code)]
extern crate serde_json;
#[macro_use]
extern crate serde;
extern crate serde_json;
extern crate image;
extern crate lovecraft;