aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTomasz Kramkowski <tomasz@kramkow.ski>2025-06-27 17:46:13 +0100
committerTomasz Kramkowski <tomasz@kramkow.ski>2025-06-27 17:46:13 +0100
commit214bf200d55575acacf03a83495ea65a0eda6e0d (patch)
tree8b785263e461fe81311115da27ac229bff251cfe /Cargo.toml
parent1fde6642082ece4b6c64e29f2983e0f988ce2b59 (diff)
downloadmqttr-214bf200d55575acacf03a83495ea65a0eda6e0d.tar.gz
mqttr-214bf200d55575acacf03a83495ea65a0eda6e0d.tar.xz
mqttr-214bf200d55575acacf03a83495ea65a0eda6e0d.zip
Process timeout after 60 seconds
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 001d835..654a513 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", "process"] }
+tokio = { version = "1.45.1", features = ["rt", "macros", "process", "time"] }
toml = { version = "0.8.22", default-features = false, features = ["parse"] }