diff options
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -52,6 +52,7 @@ extern crate serde_yaml; extern crate unicode_width; extern crate vte; extern crate xdg; +extern crate base64; #[macro_use] pub mod macros; |