fix: add missing process field and Context import
This commit is contained in:
@@ -15,6 +15,7 @@ pub struct DigestEngineProgram {
|
||||
pub program: String,
|
||||
pub args: Vec<String>,
|
||||
pub supported: bool,
|
||||
process: Option<std::process::Child>,
|
||||
}
|
||||
|
||||
impl DigestEngineProgram {
|
||||
|
||||
Reference in New Issue
Block a user