formatting!

This commit is contained in:
nora 2022-03-10 19:18:26 +01:00
parent 770762b920
commit cae9683bd4
33 changed files with 147 additions and 87 deletions

View file

@ -1,10 +1,11 @@
use anyhow::{ensure, Context, Result};
use std::{
env,
fs::File,
path::{Path, PathBuf},
process::Command,
};
use anyhow::{ensure, Context, Result};
use walkdir::WalkDir;
use zip::{write::FileOptions, ZipWriter};