diff --git a/Cargo.lock b/Cargo.lock index e02bb48..8a5e043 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1016,6 +1016,7 @@ dependencies = [ "image", "indexmap", "log", + "nix 0.29.0", "once_cell", "regex", "reqwest", diff --git a/Cargo.toml b/Cargo.toml index 39e00a1..94867fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,6 +31,7 @@ tempfile = "3.14.0" glob = "0.3.2" arboard = "3.4.1" once_cell = "1.20.2" # we only indirectly depend on it but without explicit selection build fails +nix = { version = "0.29.0", features = ["fs"] } # we only indirectly depend on it but without explicit selection build fails # You only need serde if you want app persistence: