feat: add Debug derive to DigestEngineProgram
This commit is contained in:
@@ -10,7 +10,7 @@ use std::process::{Command, Stdio};
|
|||||||
|
|
||||||
use crate::digest_engine::DigestEngine;
|
use crate::digest_engine::DigestEngine;
|
||||||
|
|
||||||
#[derive(Clone)]
|
#[derive(Clone, Debug)]
|
||||||
pub struct DigestEngineProgram {
|
pub struct DigestEngineProgram {
|
||||||
pub program: String,
|
pub program: String,
|
||||||
pub args: Vec<String>,
|
pub args: Vec<String>,
|
||||||
|
|||||||
Reference in New Issue
Block a user