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