fix: add missing imports for sha2, Command, and Stdio

This commit is contained in:
Andrew Phillips (aider)
2025-05-12 18:27:23 -03:00
parent a24612ccb8
commit 621985ccf0
2 changed files with 2 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ use std::fs;
use std::fs::File;
use std::io::{Read, Write};
use std::os::unix::fs::PermissionsExt;
use std::process::{Command, Stdio};
use std::path::PathBuf;
use crate::compression_engine::CompressionEngine;