summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@ifm.com>2022-08-10 10:39:09 +0200
committerMatthias Beyer <matthias.beyer@ifm.com>2022-08-10 10:39:09 +0200
commit06d1f29576c52566bd3ea8715c02025832de06a6 (patch)
tree0f4d92c1ae1a8cf99ff1957c47558bdb40d004b7
parente8c53d52644c94a00794f1b95d4a6a9a166362c7 (diff)
Fix: Add missing featuresfeature/add_tedge_api_impl
Signed-off-by: Matthias Beyer <matthias.beyer@ifm.com>
-rw-r--r--crates/core/tedge_core/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/core/tedge_core/Cargo.toml b/crates/core/tedge_core/Cargo.toml
index be1b7386..726377af 100644
--- a/crates/core/tedge_core/Cargo.toml
+++ b/crates/core/tedge_core/Cargo.toml
@@ -11,7 +11,7 @@ miette = "4.7"
futures = "0.3"
serde = { version = "1.0.136", features = ["derive"] }
thiserror = "1.0.30"
-tokio = { version = "1.16.1", features = ["sync", "macros"] }
+tokio = { version = "1.16.1", features = ["fs", "macros", "rt", "sync"] }
tokio-util = "0.7"
toml = "0.5.8"
tracing = "0.1"