removed the static crate

This commit is contained in:
michael-bailey 2020-08-23 15:35:41 +01:00
parent acddcd17a8
commit 52fcd65a73
1 changed files with 0 additions and 3 deletions

View File

@ -1,6 +1,3 @@
#[macro_use]
extern crate lazy_static;
mod client_api; mod client_api;
mod commands; mod commands;
mod server; mod server;