From 36fc4e67d4b8c23d726234f34113ae518d4a12e7 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Sun, 15 Oct 2023 18:27:15 +0200 Subject: Add multiprocessing --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 095aa18..290d613 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,4 +9,5 @@ authors = ["Santo Cariotti "] [dependencies] anyhow = "1.0.75" clap = { version = "4.4.6", features = ["derive"] } +fork = "0.1.22" nix = { version = "0.27.1", features = ["ptrace"] } -- cgit v1.2.3-71-g8e6c