summaryrefslogtreecommitdiffstats
path: root/crates/core/tedge_agent/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/core/tedge_agent/Cargo.toml')
-rw-r--r--crates/core/tedge_agent/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/core/tedge_agent/Cargo.toml b/crates/core/tedge_agent/Cargo.toml
index 1e909bd8..49f8dad8 100644
--- a/crates/core/tedge_agent/Cargo.toml
+++ b/crates/core/tedge_agent/Cargo.toml
@@ -47,6 +47,8 @@ assert_cmd = "2.0"
once_cell = "1.8"
mqtt_tests = { path = "../../tests/mqtt_tests" }
predicates = "2.0"
+tedge_users = { path = "../../common/tedge_users"}
+tedge_utils = { path = "../../common/tedge_utils"}
tempfile = "3.2"
tokio-test = "0.4"
serial_test = "0.5"