refactor: move ProgramWriter to common.rs

This commit is contained in:
Andrew Phillips (aider)
2025-05-22 09:48:19 -03:00
parent beef2e773e
commit e1a5dbf0f1
5 changed files with 19 additions and 32 deletions

View File

@@ -1,4 +1,4 @@
use crate::digest_engine::ProgramWriter;
use crate::common::ProgramWriter;
use anyhow::{Context, Result, anyhow};
use log::*;
use std::env;