diff options
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -51,9 +51,12 @@ extern crate base64; extern crate byteorder; -extern crate chrono; +extern crate humantime; extern crate xml as xml_rs; +#[cfg(test)] +extern crate chrono; + pub mod binary; pub mod xml; |
