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