aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTomasz Kramkowski <tomasz@kramkow.ski>2025-06-27 17:20:46 +0100
committerTomasz Kramkowski <tomasz@kramkow.ski>2025-06-27 17:20:46 +0100
commite7746b6a8a00b7b3daa804e7a2a8f24c278507f4 (patch)
tree1b28b93b5848deaeb900aaecdf9c7c33693c0c55 /Cargo.toml
parent5601c78a9ff23392cfbcc62f231fcfa4e0eeb309 (diff)
downloadmqttr-e7746b6a8a00b7b3daa804e7a2a8f24c278507f4.tar.gz
mqttr-e7746b6a8a00b7b3daa804e7a2a8f24c278507f4.tar.xz
mqttr-e7746b6a8a00b7b3daa804e7a2a8f24c278507f4.zip
Asynchronous process execution
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"] }