summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rw-r--r--ext/webstorage/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/webstorage/lib.rs b/ext/webstorage/lib.rs
index 47d720ffb..6284a59bc 100644
--- a/ext/webstorage/lib.rs
+++ b/ext/webstorage/lib.rs
@@ -13,6 +13,8 @@ use rusqlite::OptionalExtension;
use std::fmt;
use std::path::PathBuf;
+pub use rusqlite;
+
#[derive(Clone)]
struct OriginStorageDir(PathBuf);