diff options
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -193,6 +193,7 @@ extern crate chrono; extern crate chrono_tz; extern crate regex; +extern crate serde; #[macro_use] extern crate lazy_static; |