Skip to content

Commit b732720

Browse files
feat(launcher): add arg validation and drop subprocess (#595)
1 parent 3628559 commit b732720

File tree

6 files changed

+157
-129
lines changed

6 files changed

+157
-129
lines changed

Cargo.lock

Lines changed: 13 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

launcher/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ homepage.workspace = true
99
[dependencies]
1010
clap = { version = "4.1.4", features = ["derive", "env"] }
1111
ctrlc = { version = "3.2.5", features = ["termination"] }
12+
nix = "0.26.2"
1213
serde = { version = "1.0.152", features = ["derive"] }
1314
serde_json = "1.0.93"
14-
subprocess = "0.2.9"
1515
tracing = "0.1.37"
1616
tracing-subscriber = { version = "0.3.16", features = ["json"] }
1717

0 commit comments

Comments
 (0)