From 59142ef60484ddc7b103c841d34b308b9444f316 Mon Sep 17 00:00:00 2001 From: PradeepKiruvale Date: Thu, 24 Mar 2022 13:35:38 +0530 Subject: [#761] tedge init (#993) * tedge init #Closes 761 * add file/directory creation errors * add the clear session to az and collectd mappers * refactor tedgecomponent * remove redundant code * subscribe to az/collectd topics in init_session * remove duplicate init_sessions --- Cargo.lock | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 38b4d9c7..4da5a3bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2929,11 +2929,14 @@ dependencies = [ "anyhow", "assert_matches", "futures", + "nix", "tempfile", "thiserror", "tokio", "tracing", "tracing-subscriber", + "users", + "whoami", ] [[package]] @@ -3597,6 +3600,16 @@ dependencies = [ "libc", ] +[[package]] +name = "whoami" +version = "1.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "524b58fa5a20a2fb3014dd6358b70e6579692a56ef6fce928834e488f42f65e8" +dependencies = [ + "wasm-bindgen", + "web-sys", +] + [[package]] name = "winapi" version = "0.3.9" -- cgit v1.2.3