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