handle cancellation in complement wrapper

What a mess lmao
This commit is contained in:
Benjamin Lee 2024-06-22 00:12:23 -07:00
parent f76806655f
commit 0eee282558
No known key found for this signature in database
GPG key ID: FB9624E2885D55A4
4 changed files with 236 additions and 12 deletions

View file

@ -8,9 +8,11 @@ rust-version.workspace = true
[dependencies]
clap.workspace = true
miette.workspace = true
process-wrap.workspace = true
indicatif.workspace = true
serde.workspace = true
serde_json.workspace = true
signal-hook.workspace = true
strum.workspace = true
xshell.workspace = true