From e7e5320c9c19a2c3798c98e763054ec7770ef790 Mon Sep 17 00:00:00 2001 From: Didier Wenzek Date: Thu, 3 Jun 2021 15:12:04 +0100 Subject: [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 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') 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", -- cgit v1.2.3