Remove parking_lot dependency

This commit is contained in:
Sergey Pepyakin 2017-12-18 16:15:48 +03:00
parent 4946bf957c
commit 8310259119
2 changed files with 0 additions and 2 deletions

View File

@ -14,4 +14,3 @@ exclude = [ "res/*", "spec/*" ]
[dependencies]
log = "0.3"
byteorder = "1.0"
parking_lot = "0.4"

View File

@ -5,7 +5,6 @@
#[macro_use]
extern crate log;
extern crate byteorder;
extern crate parking_lot;
pub mod elements;
pub mod builder;