summaryrefslogtreecommitdiffstats
path: root/src/tarball.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/tarball.rs')
-rw-r--r--src/tarball.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/tarball.rs b/src/tarball.rs
index 21b5113..50dd97d 100644
--- a/src/tarball.rs
+++ b/src/tarball.rs
@@ -1,9 +1,8 @@
-
use flate2::Compression;
use flate2::write::GzEncoder;
use std::fs::{self, File};
-use std::path::{Path, MAIN_SEPARATOR};
use std::io::{self, Write};
+use std::path::{MAIN_SEPARATOR, Path};
use tar::Archive;
// todo: this is pretty involved. (re)factor this into its own crate