Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use process wrap.
Browse files Browse the repository at this point in the history
milesj committed Jan 14, 2025
1 parent fed370c commit 2e7d4b1
Showing 5 changed files with 279 additions and 65 deletions.
167 changes: 163 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion crates/process/Cargo.toml
Original file line number Diff line number Diff line change
@@ -15,12 +15,18 @@ moon_console = { path = "../console" }
cached = { workspace = true }
miette = { workspace = true }
once_cell = { workspace = true }
process-wrap = { version = "8.2.0", default-features = false, features = [
"job-object",
"kill-on-drop",
"process-group",
"tokio1",
] }
rustc-hash = { workspace = true }
starbase_shell = { workspace = true }
system_env = { workspace = true }
thiserror = { workspace = true }
tracing = { workspace = true }
tokio = { workspace = true, features = ["io-util", "sync"] }
tokio = { workspace = true, features = ["io-util", "signal", "sync"] }

[target.'cfg(unix)'.dependencies]
libc = "0.2.169"
Loading

0 comments on commit 2e7d4b1

Please sign in to comment.