From e7746b6a8a00b7b3daa804e7a2a8f24c278507f4 Mon Sep 17 00:00:00 2001 From: Tomasz Kramkowski Date: Fri, 27 Jun 2025 17:20:46 +0100 Subject: Asynchronous process execution --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 1dfcfab..001d835 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,5 +10,5 @@ edition = "2021" anyhow = "1.0.98" rumqttc = "0.24.0" serde = { version = "1.0.219", features = ["derive"] } -tokio = { version = "1.45.1", features = ["rt", "macros"] } +tokio = { version = "1.45.1", features = ["rt", "macros", "process"] } toml = { version = "0.8.22", default-features = false, features = ["parse"] } -- cgit v1.2.3-70-g09d2