This commit is contained in:
m00d 2025-10-01 09:38:41 +02:00
parent 3f74a55897
commit eb41c7c6a0
7 changed files with 353 additions and 3 deletions

View file

@ -3,11 +3,10 @@ use crate::pkgs::by_name::bi::binutils::parser::{BinutilsInfo, fetch_page, parse
use reqwest::Client;
use std::{
error::Error,
ffi::OsStr,
path::{Path, PathBuf},
};
use tokio::process::Command;
use tracing::{error, info, warn};
use tracing::{info, warn};
/// Configuration object - uses environment if values omitted.
#[derive(Debug, Clone)]