diff --git a/repak/src/pak.rs b/repak/src/pak.rs
index 88b73a0..ca055cf 100644
--- a/repak/src/pak.rs
+++ b/repak/src/pak.rs
@@ -14,6 +14,12 @@ pub struct PakBuilder {
     allowed_compression: Vec<Compression>,
 }
 
+impl Default for PakBuilder {
+    fn default() -> Self {
+        Self::new()
+    }
+}
+
 impl PakBuilder {
     pub fn new() -> Self {
         Self {