diff options
author | notgne2 | 2020-12-30 20:25:59 -0700 |
---|---|---|
committer | notgne2 | 2020-12-30 20:25:59 -0700 |
commit | b6a6abe104d348ba696054c930a3dafe0edf8d00 (patch) | |
tree | 5a4c33ddabe6d6efc46b6aca4594ed3587b80bf1 /Cargo.toml | |
parent | 40d71ccdd715c6008de1a0bb97ed11282a8fe61c (diff) |
Modify activation logic to keep SSH connection alive for magic-rollback and avoid forking or disconnecting std{out,err}
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ thiserror = "1.0" toml = "0.5" yn = "0.1" rnix = "0.8" +signal-hook = "0.3" # smol_str is required by rnix, but 0.1.17 doesn't build on rustc # 1.45.2 (shipped in nixos-20.09); it requires rustc 1.46.0. See |