fix: Use dirs crate for home_dir() function
This commit is contained in:
parent
e578f2d19c
commit
b770b59e7b
8 changed files with 10 additions and 6 deletions
|
|
@ -34,6 +34,7 @@ pub struct PluginBinary {
|
|||
path: Cow<'static, str>,
|
||||
|
||||
#[serde(default)]
|
||||
#[allow(dead_code)]
|
||||
args: Vec<Cow<'static, str>>,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue