From 34101185feeebca00b4f142a9b13ff0d0e28531a Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 17 May 2021 09:43:26 +0000 Subject: refactor(global): whirl_config modulized The config module has now become it's own crate. --- src/utils/log.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils') diff --git a/src/utils/log.rs b/src/utils/log.rs index e4a45e9..39ceca0 100644 --- a/src/utils/log.rs +++ b/src/utils/log.rs @@ -1,7 +1,7 @@ // Copyleft (ɔ) 2021-2021 The Whirlsplash Collective // SPDX-License-Identifier: GPL-3.0-only -use crate::config::Config; +use whirl_config::Config; pub fn calculate_log_level() -> String { let mut level; -- cgit v1.2.3