Skip to content

Commit

Permalink
fixup! Extend tedge-agent with config and log management
Browse files Browse the repository at this point in the history
  • Loading branch information
Albin Suresh committed Nov 10, 2023
1 parent 69c7057 commit 2e33c3f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions crates/core/tedge_agent/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ use tedge_config::system_services::set_log_level;
use tedge_config::DEFAULT_TEDGE_CONFIG_PATH;
use tracing::log::warn;

pub mod agent;
pub mod file_transfer_server;
pub mod restart_manager;
pub mod software_manager;
pub mod state_repository;
pub mod tedge_operation_converter;
pub mod tedge_to_te_converter;
mod agent;
mod file_transfer_server;
mod restart_manager;
mod software_manager;
mod state_repository;
mod tedge_operation_converter;
mod tedge_to_te_converter;

#[derive(Debug, Clone, clap::Parser)]
#[clap(
Expand Down

0 comments on commit 2e33c3f

Please sign in to comment.