From 31696be11d919454f6a25fdfbba01f7e01f40286 Mon Sep 17 00:00:00 2001 From: Felipe Lincoln Date: Tue, 4 Jun 2024 11:36:43 -0300 Subject: [PATCH] make settings public --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 929af95c15..626d51d4ec 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -115,7 +115,7 @@ pub mod outgoing; mod re; mod representation; pub mod runes; -mod settings; +pub mod settings; pub mod subcommand; mod tally; pub mod templates;