summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDidier Wenzek <didier.wenzek@acidalie.com>2021-06-03 15:12:04 +0100
committerGitHub <noreply@github.com>2021-06-03 15:12:04 +0100
commite7e5320c9c19a2c3798c98e763054ec7770ef790 (patch)
tree5e6e474dddc486184295c17a449c0774139a6f5b /Cargo.toml
parentef3e46124da193b51e834977508f4d7506989b8e (diff)
[CIT-394] fix build on windows (#267)
* [CIT-394] Create unix/windows module for flockfile * [CIT-394] Extract the `users` module into the `common/tedge_users` crate * [CIT-394] cargo fmt * [CIT-394] Use `tedge_users` rather than `users` Co-authored-by: Wenzek <diw@softwareag.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index bb6bffa5..6373c353 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,6 +5,7 @@ members = [
"common/flockfile",
"common/mqtt_client",
"common/clock",
+ "common/tedge_users",
"tedge",
"tedge_config",
"mapper/cumulocity/c8y_translator_lib",