diff --git a/ostp/src/main.rs b/ostp/src/main.rs index 8918773..33164f8 100644 --- a/ostp/src/main.rs +++ b/ostp/src/main.rs @@ -3,6 +3,7 @@ use clap::Parser; use std::fs; use std::path::PathBuf; use colored::Colorize; +use sha2::Digest; #[derive(Parser, Debug)] #[command(author, version, about = "OSTP Core - Ospab Stealth Transport Protocol", long_about = None)]