summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorLukasz Woznicki <75632179+makr11st@users.noreply.github.com>2021-08-10 12:45:48 +0100
committerGitHub <noreply@github.com>2021-08-10 12:45:48 +0100
commitd9f9d0afb0a8d3f0a2d61b52a9ac5050185a4824 (patch)
tree2abbca6e7b4d7b854f97a63654f7ae6a0de497ae /Cargo.lock
parente4b57deff34f46f254789ad6630f3c05539d8ba2 (diff)
Move mqtt_server to separate crate such that it is usable by other crates tests (#372)
Signed-off-by: Lukasz Woznicki <lukasz.woznicki@softwareag.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock5
1 files changed, 5 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2c67b0a4..4f7ca7bc 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1397,6 +1397,7 @@ dependencies = [
"rumqttd",
"rumqttlog",
"serde",
+ "tedge_utils",
"thiserror",
"tokio",
"tokio-test",
@@ -2599,7 +2600,11 @@ dependencies = [
name = "tedge_utils"
version = "0.2.3"
dependencies = [
+ "anyhow",
"assert_matches",
+ "futures",
+ "rumqttd",
+ "rumqttlog",
"tempfile",
"thiserror",
"tokio",