From 6fb6deb1bc8929bae9a6ccea03ce1560df170c39 Mon Sep 17 00:00:00 2001 From: arty Date: Thu, 19 Sep 2024 19:49:19 -0700 Subject: [PATCH] Add back exec --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 4fe15b96..d1c1c477 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,6 +33,7 @@ tracing = "0.1" tracing-subscriber = "0.3" ctor = "0.2.8" log = "0.4.22" +exec = "0.3.1" env_logger = "0.11.3" pyo3 = { version = "0.20.0", features = ["auto-initialize"], optional = true }